mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
feat: adding user report
This commit is contained in:
parent
91cfb42ff5
commit
9621702e19
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export function SettingsPrivacy() {
|
|||
}}
|
||||
>
|
||||
<img
|
||||
src={user.profileImageUrl}
|
||||
src={user.profileImageUrl!}
|
||||
alt={user.displayName}
|
||||
className={styles.blockedUserAvatar}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue