1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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