mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): asset ownership does not update when navigating (#4643)
This commit is contained in:
parent
52e09b4857
commit
cf71a41bae
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
export let showDetailButton: boolean;
|
||||
export let showSlideshow = false;
|
||||
|
||||
const isOwner = asset.ownerId === $page.data.user?.id;
|
||||
$: isOwner = asset.ownerId === $page.data.user?.id;
|
||||
|
||||
type MenuItemEvent = 'addToAlbum' | 'addToSharedAlbum' | 'asProfileImage' | 'runJob' | 'playSlideShow';
|
||||
|
||||
|
|
Loading…
Reference in a new issue