From 9ad20c5d3f1bead32fa14022ea614291775d1603 Mon Sep 17 00:00:00 2001 From: Rusyaidi Date: Sat, 24 Feb 2024 21:45:14 +0800 Subject: [PATCH] style: removed time tag from first message --- components/ChatMenu/ChatWindow/ChatFrame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ChatMenu/ChatWindow/ChatFrame.tsx b/components/ChatMenu/ChatWindow/ChatFrame.tsx index 53e0121..3affa6a 100644 --- a/components/ChatMenu/ChatWindow/ChatFrame.tsx +++ b/components/ChatMenu/ChatWindow/ChatFrame.tsx @@ -57,7 +57,7 @@ const ChatFrame: React.FC = ({ source={imageSource} /> #{id} - {deltaTime !== undefined && !message.is_user && ( + {deltaTime !== undefined && !message.is_user && id !== 0 && ( {deltaTime}s )} {TTSenabled && }