From ddabc4286118419280520c430adaf6d7f49ff9ca Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 20 Apr 2019 12:42:52 -0700 Subject: Adding support for an /all route - Fixes #85 --- ui/src/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/navbar.tsx') diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index fed49e6f..5fc6ed7e 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -71,7 +71,7 @@ export class Navbar extends Component { {
  • 🖂 - {this.state.unreadCount> 0 && {this.state.unreadCount}} + {this.state.unreadCount> 0 && {this.state.unreadCount}}
  • } -- cgit v1.2.3