Skip to content

Commit

Permalink
fix(web): Individual Photo Sharing with Album Link immich-app#8887
Browse files Browse the repository at this point in the history
  • Loading branch information
iamamansharma committed May 5, 2024
1 parent c18bedd commit 372b4a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/lib/components/asset-viewer/asset-viewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@
handleError(error, 'Unable to update album cover');
}
};
$: if (!$user) {
shouldShowShareModal = false;
}
</script>

<svelte:window
Expand Down

0 comments on commit 372b4a4

Please sign in to comment.