dispatch('close')}>

Options

{#each album.sharedUsers as user}

{user.firstName} {user.lastName}

{#if isOwned}
(isShowMenu = false)}> showContextMenu(user.id)} logo={DotsVertical} backgroundColor={'transparent'} hoverColor={'#e2e7e9'} size={'20'} > {#if isShowMenu} removeUser(targetUserId)} text="Remove" /> {/if}
{:else if user.id == currentUser?.id} {/if}
{/each}