mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: shared by user detail panel (#30187)
This commit is contained in:
parent
b08f6b9c50
commit
409734e1db
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
|
||||
{#if currentAlbum && currentAlbum.albumUsers.length > 0 && asset.owner}
|
||||
{#if currentAlbum && currentAlbum.albumUsers.length > 1 && asset.owner}
|
||||
<section class="mt-4 px-6 dark:text-immich-dark-fg">
|
||||
<Text size="small" color="muted">{$t('shared_by')}</Text>
|
||||
<div class="flex gap-4 pt-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue