From 89a2381a1e45ebf44b344130f0e2d7fca19c7075 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Mon, 4 Oct 2021 18:03:28 -0400 Subject: [PATCH] test commit --- app/containers/message/Attachments.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/containers/message/Attachments.tsx b/app/containers/message/Attachments.tsx index 8ca931836..22b517d94 100644 --- a/app/containers/message/Attachments.tsx +++ b/app/containers/message/Attachments.tsx @@ -36,20 +36,16 @@ const Attachments = React.memo( return attachments.map((file: any, index: number) => { if (file.image_url) { - return ( - - ); + return ; } if (file.audio_url) { - return