diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index c954913e0..5584b3b64 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -184,7 +184,7 @@ export class Navbar extends Component { {!this.state.siteLoading ? ( {this.state.siteRes.site.icon && showAvatars() && ( @@ -214,14 +214,14 @@ export class Navbar extends Component { {this.state.unreadCount > 0 && ( - + {this.state.unreadCount} )} )} )} - {this.state.isLoggedIn ? ( <>