From 40125244870f194b5eb607f0f5adea29eb04bfb2 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Fri, 18 Sep 2020 18:42:36 +0800 Subject: [PATCH] Notifications: remove '' of separator --- .../src/javascript/components/sidebar/NotificationsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/javascript/components/sidebar/NotificationsButton.tsx b/client/src/javascript/components/sidebar/NotificationsButton.tsx index a9721756..5137ef00 100644 --- a/client/src/javascript/components/sidebar/NotificationsButton.tsx +++ b/client/src/javascript/components/sidebar/NotificationsButton.tsx @@ -190,7 +190,7 @@ class NotificationsButton extends React.Component {this.props.intl.formatMessage(MESSAGES[`${notification.id}.heading` as keyof typeof MESSAGES])} - ' — ' + {' — '} {date} {this.props.intl.formatMessage(MESSAGES.at)} {time}