diff --git a/web/src/lib/components/album-page/user-selection-modal.svelte b/web/src/lib/components/album-page/user-selection-modal.svelte index 33b5494fcc..b7c896fdf3 100644 --- a/web/src/lib/components/album-page/user-selection-modal.svelte +++ b/web/src/lib/components/album-page/user-selection-modal.svelte @@ -76,6 +76,9 @@ {/key} {/each} +
+ +
{/if} @@ -113,12 +116,6 @@ Looks like you have shared this album with all users or you don't have any user to share with.

{/if} - - {#if selectedUsers.length > 0} -
- -
- {/if}