Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Jul 9, 2024
1 parent c85ea35 commit 016ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DAO/useKeyValuePairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const getHatsTreeId = (
return null;
}

// get most recent event where `hatsTreeId` was set
// get most recent event where `topHatId` was set
const topHatIdEvent = events
.filter(event => event.args.key && event.args.key === 'topHatId')
.pop();
Expand Down

0 comments on commit 016ca10

Please sign in to comment.