From 6392918b041f87f505e3fc559213e2bc3895f97e Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 12 Dec 2016 18:16:46 -0500 Subject: [PATCH] match react icon to default view --- frontend/src/components/NotificationIcon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/NotificationIcon.js b/frontend/src/components/NotificationIcon.js index 5a1e820f..e7225f04 100644 --- a/frontend/src/components/NotificationIcon.js +++ b/frontend/src/components/NotificationIcon.js @@ -20,7 +20,7 @@ class NotificationIcon extends Component { return (
- Notifications ({this.props.unreadNotificationsCount} unread) + Notifications
{this.props.unreadNotificationsCount === 0 ? null : (