diff --git a/src/components/profile/ProfileAvatar/index.tsx b/src/components/profile/ProfileAvatar/index.tsx index b4b63bbe..4168d385 100644 --- a/src/components/profile/ProfileAvatar/index.tsx +++ b/src/components/profile/ProfileAvatar/index.tsx @@ -32,12 +32,8 @@ const ProfileAvatar: FC = ({ [onChangePhoto], ); - const backgroundImage = photo - ? `url("${getURL(photo, ImagePresets.avatar)}")` - : undefined; - return ( - + {canEdit && } {canEdit && (