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 ? ( ) : (