Skip to content

Commit

Permalink
Merge pull request #54 from coinbase/alissa.crane/error
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
abcrane123 authored Nov 13, 2024
2 parents ae2f071 + 42903ac commit 0a81deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Navbar({
]);

if (!isClient) {
return false;
return null;
}

return (
Expand Down

0 comments on commit 0a81deb

Please sign in to comment.