feat: adding user report

This commit is contained in:
Chubby Granny Chaser 2024-09-14 20:58:12 +01:00
parent 91cfb42ff5
commit 9621702e19
No known key found for this signature in database

View File

@ -118,7 +118,7 @@ export function SettingsPrivacy() {
}}
>
<img
src={user.profileImageUrl}
src={user.profileImageUrl!}
alt={user.displayName}
className={styles.blockedUserAvatar}
/>