Fix table

This commit is contained in:
2025-01-25 00:54:24 -05:00
parent d5ad727e32
commit 0349c3afdd

View File

@ -162,15 +162,17 @@ export default function () {
All recent inactivity notices (current and ended in last month)
</TableCaption>
<Thead>
<Tr>
<Th>Name</Th>
<Th>User ID</Th>
<Th>Start Date</Th>
<Th>End Date</Th>
<Th>View More</Th>
</Tr>
</Thead>
<Tbody>
{data.map((row) => (
<Tr>
<Tr key={row.id}>
<Td>{row.user.username}</Td>
<Td>{row.user.id}</Td>
<Td>{row.start}</Td>