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