mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 04:41:03 +00:00
Notifications: remove '' of separator
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user