From a2b92ca1f005ab931236ea5a4b2f1530ea80c839 Mon Sep 17 00:00:00 2001 From: Arin 13-03 Date: Tue, 5 Mar 2024 12:45:09 +0530 Subject: [PATCH] fix: wrapped quote message links in the main box instead of the time box#31748 --- .../message/content/attachments/QuoteAttachment.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/meteor/client/components/message/content/attachments/QuoteAttachment.tsx b/apps/meteor/client/components/message/content/attachments/QuoteAttachment.tsx index 7c2c2011cac92..6bc503e7a3300 100644 --- a/apps/meteor/client/components/message/content/attachments/QuoteAttachment.tsx +++ b/apps/meteor/client/components/message/content/attachments/QuoteAttachment.tsx @@ -42,7 +42,8 @@ export const QuoteAttachment = ({ attachment }: QuoteAttachmentProps): ReactElem return ( <> - + {attachment.ts && ( {formatTime(attachment.ts)}