diff --git a/components/AppealCard.tsx b/components/AppealCard.tsx index b7ac2ad..2c6ba27 100644 --- a/components/AppealCard.tsx +++ b/components/AppealCard.tsx @@ -1,5 +1,6 @@ import { Box, + Button, Card, CardBody, CardFooter, @@ -43,11 +44,17 @@ export default function (props: { {props.learned} + + + + Submitted at: {new Date(props.createdAt).toLocaleString()} +
+ ID: {props.id}