diff --git a/ui/src/components/Navbar.jsx b/ui/src/components/Navbar.jsx index 7ab523c..23671ed 100644 --- a/ui/src/components/Navbar.jsx +++ b/ui/src/components/Navbar.jsx @@ -55,7 +55,7 @@ export function Navbar() {
- {shouldDisplayUpdateBadge && ( + {shouldDisplayUpdateBadge() && (
)}