diff --git a/web/frontend/src/List.root.svelte b/web/frontend/src/List.root.svelte index 6bc1cd8f..239bf5f1 100644 --- a/web/frontend/src/List.root.svelte +++ b/web/frontend/src/List.root.svelte @@ -319,11 +319,11 @@ {#if type == "USER"} - {scrambleNames ? scramble(row.id) : row.id} {:else if type == "PROJECT"} - {scrambleNames ? scramble(row.id) : row.id} {:else}