Skip to content

Commit

Permalink
Remove comment, it wasn't accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed May 7, 2024
1 parent f907412 commit fafa38a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/DAO/loaders/useFractalFreeze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const useFractalFreeze = ({
userHasVotes =
(!isFreezeActive
? // freeze not active
// TODO should this be a comparison??
await votesTokenContract.read.getVotes([account || ''])
: // freeze is active
await votesTokenContract.read.getPastVotes([
Expand Down

0 comments on commit fafa38a

Please sign in to comment.