From 1a8d9bc27abb7d5ec4a9d50563bbceef7bb87ea2 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Tue, 20 Aug 2024 11:17:41 +1000 Subject: [PATCH] fix: simplify loader --- ts/components/conversation/Image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/conversation/Image.tsx b/ts/components/conversation/Image.tsx index b66c3ca4d..33c1ceeec 100644 --- a/ts/components/conversation/Image.tsx +++ b/ts/components/conversation/Image.tsx @@ -154,7 +154,7 @@ export const Image = (props: Props) => { }} data-attachmentindex={attachmentIndex} > - {!mounted || loading || pending ? ( + {!mounted ? (