From e4e335dfb6b8829488cfde20f6816a767b005d1c Mon Sep 17 00:00:00 2001 From: yash-rajpal <58601732+yash-rajpal@users.noreply.github.com> Date: Tue, 9 Feb 2021 23:29:04 +0530 Subject: [PATCH] [FIX] Attachment download from title fixed (#20585) Co-authored-by: Tiago Evangelista Pinto --- .../Message/Attachments/Files/GenericFileAttachment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Message/Attachments/Files/GenericFileAttachment.tsx b/client/components/Message/Attachments/Files/GenericFileAttachment.tsx index e93b56a27866..2dc7889f3d3d 100644 --- a/client/components/Message/Attachments/Files/GenericFileAttachment.tsx +++ b/client/components/Message/Attachments/Files/GenericFileAttachment.tsx @@ -24,7 +24,7 @@ export const GenericFileAttachment: FC = ({ { description && } - {title} + {title} {size && } {/* {collapse} */} {hasDownload && link && }