diff --git a/dashboard/src/components/list/ListView.svelte b/dashboard/src/components/list/ListView.svelte index 9026b990..ece709ac 100644 --- a/dashboard/src/components/list/ListView.svelte +++ b/dashboard/src/components/list/ListView.svelte @@ -147,8 +147,8 @@ {:else if settings.accessibility.expandedcards} {#each currentList as item, index (pageOptions.randomized ? item.uuid + '-' + index : item.uuid)} - {copiedArray[indexStart + index] ? "Copied!" : "Copy public link"} - - + + {#if pageOptions.type === "member"} @@ -176,7 +176,7 @@