Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed May 18, 2024
1 parent dc9fae5 commit 2500d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const Header = () => {
<ReputationTokenGroupCard tokens={tokens} components={widgetComponents} isBalanceOverlayed={true} size="xs" />,
);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [tokens.length]);

useEffect(() => {
Expand Down

0 comments on commit 2500d77

Please sign in to comment.