Notifications: remove '' of separator

This commit is contained in:
Jesse Chan
2020-09-18 18:42:36 +08:00
parent b710ad4cf2
commit 4012524487
@@ -190,7 +190,7 @@ class NotificationsButton extends React.Component<NotificationsButtonProps, Noti
<span className="notification__category">
{this.props.intl.formatMessage(MESSAGES[`${notification.id}.heading` as keyof typeof MESSAGES])}
</span>
' — '
{' — '}
<span className="notification__timestamp">
{date} {this.props.intl.formatMessage(MESSAGES.at)} {time}
</span>