Another oopsie

This commit is contained in:
Regalijan 2025-01-23 19:55:49 -05:00
parent 24b5fc0c73
commit bce2b33d03
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -13,12 +13,12 @@ import {
TableCaption, TableCaption,
TableContainer, TableContainer,
Tbody, Tbody,
Td, Td, Th,
Thead, Thead,
Tr, Tr,
UnorderedList, UnorderedList,
useDisclosure, useDisclosure,
useToast, useToast
} from "@chakra-ui/react"; } from "@chakra-ui/react";
import { useLoaderData } from "@remix-run/react"; import { useLoaderData } from "@remix-run/react";
import { useState } from "react"; import { useState } from "react";
@ -161,11 +161,11 @@ export default function () {
All recent inactivity notices (current and last 30 days) All recent inactivity notices (current and last 30 days)
</TableCaption> </TableCaption>
<Thead> <Thead>
<Tr>Name</Tr> <Th>Name</Th>
<Tr>User ID</Tr> <Th>User ID</Th>
<Tr>Start Date</Tr> <Th>Start Date</Th>
<Tr>End Date</Tr> <Th>End Date</Th>
<Tr>View More</Tr> <Th>View More</Th>
</Thead> </Thead>
<Tbody> <Tbody>
{data.map((row) => ( {data.map((row) => (