From 2d22823a5bac78a1b8e1661b9617a1c732ef1a34 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 27 Apr 2021 15:51:02 -0400 Subject: [PATCH] UnreadNotice: add missing space --- pkg/interface/src/views/apps/chat/components/unread-notice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/interface/src/views/apps/chat/components/unread-notice.js b/pkg/interface/src/views/apps/chat/components/unread-notice.js index 82ba3e35c..53ad6f00b 100644 --- a/pkg/interface/src/views/apps/chat/components/unread-notice.js +++ b/pkg/interface/src/views/apps/chat/components/unread-notice.js @@ -44,10 +44,10 @@ export const UnreadNotice = (props) => { cursor={unreadMsg ? 'pointer' : null} onClick={onClick} > - {unreadCount} new message{unreadCount > 1 ? 's' : ''} + {unreadCount} new message{unreadCount > 1 ? 's' : ''} {unreadMsg && ( <> - since{' '} + {' '}since{' '} )}