From d9835b3a4671e3b8c2f894ced6e6e14d123e3f73 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 23 May 2023 08:17:05 +0800 Subject: [PATCH] chore: update created at string position --- src/components/ConversationView/MessageView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConversationView/MessageView.tsx b/src/components/ConversationView/MessageView.tsx index 9a02a78..90b99c6 100644 --- a/src/components/ConversationView/MessageView.tsx +++ b/src/components/ConversationView/MessageView.tsx @@ -140,7 +140,7 @@ const MessageView = (props: Props) => { > {message.content} - + {dayjs(message.createdAt).locale(settingStore.setting.locale).format("lll")}