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

fix(web): Individual Photo Sharing with Album Link #8887 (#9264)

This commit is contained in:
AmAn Sharma
2024-05-05 17:30:03 +05:30
committed by GitHub
parent c18beddef8
commit 398d99a052

View File

@ -536,6 +536,10 @@
handleError(error, 'Unable to update album cover'); handleError(error, 'Unable to update album cover');
} }
}; };
$: if (!$user) {
shouldShowShareModal = false;
}
</script> </script>
<svelte:window <svelte:window