diff --git a/src/components/chat/chatTabs.tsx b/src/components/chat/chatTabs.tsx index 0fe84481..ebdd86bd 100644 --- a/src/components/chat/chatTabs.tsx +++ b/src/components/chat/chatTabs.tsx @@ -132,7 +132,7 @@ const ChatTabs = () => {
- Public Chat + {selectedChatOption === 'public' ? 'Public Chat' : 'Private Chat'}
{t('right-panel.you')}
-8:37AM
++ {formatDate(body.sentAt)} +
{ {participantName ? '' : ' (offline)'}
-8:37AM
++ {' '} + {formatDate(body.sentAt)} +