Skip to content

Commit

Permalink
add index to users table
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dobe committed Jul 11, 2023
1 parent c57cc93 commit e35ffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/admin/users/Users.svelte
Expand Up @@ -90,7 +90,7 @@

<UserTileAddNew onSave={onSave}/>

{#each resUsers as user, i}
{#each resUsers as user, i (user.id)}
<UserTile idx={i} bind:user onSave={onSave}/>
{/each}
</div>

0 comments on commit e35ffbe

Please sign in to comment.