aboutsummaryrefslogtreecommitdiff
path: root/components/navbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/navbar.tsx')
-rw-r--r--components/navbar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navbar.tsx b/components/navbar.tsx
index 2c38c3c..252635d 100644
--- a/components/navbar.tsx
+++ b/components/navbar.tsx
@@ -46,7 +46,7 @@ export function NavBar() {
}
setGotData(true);
- })()});
+ })()}, []);
return <div className="navbar" style={{
width: 48,