Fix spacing in message title

This commit is contained in:
kyleplo 2018-08-22 08:15:22 -04:00 committed by GitHub
parent 39c0bc9048
commit 46e24ac3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>,