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 : (