mirror of
https://github.com/immich-app/immich.git
synced 2026-07-28 14:47:30 -07:00
fix: shared by user detail panel (#30187)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user