Skip to content

Commit

Permalink
fix(web): asset ownership does not update when navigating (immich-app…
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Oct 25, 2023
1 parent 52e09b4 commit cf71a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit cf71a41

Please sign in to comment.