diff options
Diffstat (limited to 'app/src/components/Navbar.tsx')
-rw-r--r-- | app/src/components/Navbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/components/Navbar.tsx b/app/src/components/Navbar.tsx index 53c1f52..ea49ea8 100644 --- a/app/src/components/Navbar.tsx +++ b/app/src/components/Navbar.tsx @@ -23,7 +23,7 @@ function Navbar() { }; checkAPIStatus(); - }); + }, []); return ( <div className={styles.navbar}> |