fix: shared by user detail panel (#30187)

This commit is contained in:
Daniel Dietzler 2026-07-24 21:44:37 +02:00 committed by GitHub
parent b08f6b9c50
commit 409734e1db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">