style fix

This commit is contained in:
Linda 2018-08-22 13:32:23 -04:00
parent d4ad8f7d35
commit 253d6ac279

View file

@ -249,7 +249,7 @@ class Navigation extends React.Component {
'message-count': true,
'show': this.props.unreadMessageCount > 0
})}
>{this.props.unreadMessageCount}</span>
>{this.props.unreadMessageCount} </span>
<FormattedMessage id="general.messages" />
</a>
</li>,