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 c5c3c083ff..909afd8958 100644 --- a/web/src/lib/components/album-page/user-selection-modal.svelte +++ b/web/src/lib/components/album-page/user-selection-modal.svelte @@ -7,7 +7,7 @@ import ImmichLogo from '../shared-components/immich-logo.svelte'; import Button from '../elements/buttons/button.svelte'; import { AppRoute } from '$lib/constants'; - import { mdiLink, mdiShareCircle } from '@mdi/js'; + import { mdiCheck, mdiLink, mdiShareCircle } from '@mdi/js'; import Icon from '$lib/components/elements/icon.svelte'; export let album: AlbumResponseDto; @@ -60,28 +60,25 @@ -
- {#if selectedUsers.length > 0} -
-

To

+ {#if selectedUsers.length > 0} +
+

To

- {#each selectedUsers as user} - {#key user.id} - - {/key} - {/each} -
- -
-
- {/if} + {#each selectedUsers as user} + {#key user.id} + + {/key} + {/each} +
+ {/if} +
{#if users.length > 0}

SUGGESTIONS

@@ -95,7 +92,7 @@
-

+
{:else} @@ -119,7 +116,20 @@ {/if}
+ {#if users.length > 0} +
+ +
+ {/if} +
+