mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 05:45:14 +02:00
fix linting errors
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</Table.Row>
|
||||
</Table.Header>
|
||||
<Table.Body>
|
||||
{#each sortedUsers as user}
|
||||
{#each sortedUsers as user (user.id)}
|
||||
<Table.Row>
|
||||
<Table.Cell class="font-medium">
|
||||
{user.email}
|
||||
|
||||
Reference in New Issue
Block a user