From fdc2cdc4c8d5e17bcf828aa6bc68df32a369a70b Mon Sep 17 00:00:00 2001 From: bree Date: Sat, 3 Jul 2021 01:47:46 -0400 Subject: [PATCH] image attachments now have their width and height properly set --- src/components/common/messaging/attachments/Attachment.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/common/messaging/attachments/Attachment.tsx b/src/components/common/messaging/attachments/Attachment.tsx index 342a5984..15c42536 100644 --- a/src/components/common/messaging/attachments/Attachment.tsx +++ b/src/components/common/messaging/attachments/Attachment.tsx @@ -40,6 +40,8 @@ export default function Attachment({ attachment, hasContent }: Props) {