Another oopsie
This commit is contained in:
parent
24b5fc0c73
commit
bce2b33d03
@ -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) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user