From 011fd667c14e72d9efecf901591f944934cd5352 Mon Sep 17 00:00:00 2001 From: OtavioStasiak Date: Thu, 21 Nov 2024 11:03:07 -0300 Subject: [PATCH] fix: edit avatar on room info should not show fetchImageUrl button --- app/views/ChangeAvatarView/index.tsx | 33 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/app/views/ChangeAvatarView/index.tsx b/app/views/ChangeAvatarView/index.tsx index 4c54602a40..2176c60e41 100644 --- a/app/views/ChangeAvatarView/index.tsx +++ b/app/views/ChangeAvatarView/index.tsx @@ -222,24 +222,25 @@ const ChangeAvatarView = () => { )} {context === 'profile' ? ( - + <> + +