mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +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) {
|
if (unread || date) {
|
||||||
render.push(
|
render.push(
|
||||||
<MessageDivider
|
<MessageDivider
|
||||||
date={dayjs(date).format("LL")}
|
date={date ? dayjs(date).format("LL") : undefined}
|
||||||
unread={unread}
|
unread={unread}
|
||||||
/>,
|
/>,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user