mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: user avatar (#19121)
This commit is contained in:
parent
7a001d27a5
commit
38ad15af4c
4 changed files with 11 additions and 24 deletions
|
|
@ -155,7 +155,7 @@
|
|||
title={`${$user.name} (${$user.email})`}
|
||||
>
|
||||
{#key $user}
|
||||
<UserAvatar user={$user} size="md" showTitle={false} interactive />
|
||||
<UserAvatar user={$user} size="md" noTitle interactive />
|
||||
{/key}
|
||||
</button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue