match react icon to default view

This commit is contained in:
Connor Turland 2016-12-12 18:16:46 -05:00
parent ce9a7dae9e
commit 6392918b04

View file

@ -20,7 +20,7 @@ class NotificationIcon extends Component {
return (
<a className={linkClasses} href="/notifications">
<div className="tooltipsUnder">
Notifications ({this.props.unreadNotificationsCount} unread)
Notifications
</div>
{this.props.unreadNotificationsCount === 0 ? null : (
<div className="unread-notifications-dot"></div>