Skip to content

Commit

Permalink
Fix BrowserOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Lo. committed Aug 8, 2024
1 parent 251c500 commit 8d7f4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavbarWallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const NavbarWalletComponent: FC = ({
const NavbarWallet = (props) => {
return (
<BrowserOnly>
<NavbarWalletComponent {...props} />
{() => <NavbarWalletComponent {...props} />}
</BrowserOnly>
);
};
Expand Down

0 comments on commit 8d7f4b7

Please sign in to comment.