Skip to content

Commit a093557

Browse files
committed
quell build
1 parent 70799e6 commit a093557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/routes/admin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default function AdminPanel() {
149149
</Table.Tr>
150150
</Table.Thead>
151151
<Table.Tbody>
152-
{users.map((user, index) => (
152+
{users.map((user, _) => (
153153
<>
154154
<Table.Tr>
155155
<Table.Td>{user.name}</Table.Td>

0 commit comments

Comments
 (0)