From 7ef25a600cbac7c9d68c28419a1460222d887da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreiro?= Date: Tue, 6 Dec 2022 15:10:18 +0000 Subject: [PATCH] removing old comments --- src/view/com/util/UserAvatar.tsx | 1 - src/view/com/util/UserBanner.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/view/com/util/UserAvatar.tsx b/src/view/com/util/UserAvatar.tsx index ea0ca1b634..8e5ac23097 100644 --- a/src/view/com/util/UserAvatar.tsx +++ b/src/view/com/util/UserAvatar.tsx @@ -92,7 +92,6 @@ export function UserAvatar({ // setUserAvatar is only passed as prop on the EditProfile component return setUserAvatar != null && IMAGES_ENABLED ? ( - {/* Added a react state temporary photo while the protocol does not support imagery */} {userAvatar != null ? ( ) : ( diff --git a/src/view/com/util/UserBanner.tsx b/src/view/com/util/UserBanner.tsx index e94bf04139..5a6d123a70 100644 --- a/src/view/com/util/UserBanner.tsx +++ b/src/view/com/util/UserBanner.tsx @@ -81,7 +81,6 @@ export function UserBanner({ // setUserBanner is only passed as prop on the EditProfile component return setUserBanner != null && IMAGES_ENABLED ? ( - {/* Added a react state temporary photo while the protocol does not support imagery */} {userBanner != null ? ( ) : (