1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

fix(web): always show asset owner when viewing an asset from a shared album (#7104)

fix: always show album owner when viewing a shared album
This commit is contained in:
martin
2024-02-14 15:08:33 +01:00
committed by GitHub
parent d8631a00bb
commit 6f5648569a
2 changed files with 6 additions and 6 deletions

View File

@ -736,7 +736,7 @@
>
<DetailPanel
{asset}
albumId={album?.id}
currentAlbum={album}
albums={appearsInAlbums}
on:close={() => ($isShowDetail = false)}
on:closeViewer={handleCloseViewer}