mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Merge branch 'master' into chore/client-fsm
This commit is contained in:
@@ -123,7 +123,7 @@ export default observer(({ last_id, renderer, highlight }: Props) => {
|
||||
if (unread || date) {
|
||||
render.push(
|
||||
<MessageDivider
|
||||
date={dayjs(date).format("LL")}
|
||||
date={date ? dayjs(date).format("LL") : undefined}
|
||||
unread={unread}
|
||||
/>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user