From c56c6074e9b978704b299c379ab60ec1d529706f Mon Sep 17 00:00:00 2001 From: samelamin Date: Tue, 13 Jun 2023 18:32:51 +0100 Subject: [PATCH] fix date time bug --- app/components/chat-list.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/components/chat-list.tsx b/app/components/chat-list.tsx index c1365182..fc4e5378 100644 --- a/app/components/chat-list.tsx +++ b/app/components/chat-list.tsx @@ -72,9 +72,7 @@ export function ChatItem(props: {
{Locale.ChatItem.ChatItemCount(props.count)}
-
- {new Date(props.time).toLocaleString()} -
+
{props.time}
)}