From 6cdbd99d31bb94524f8b79fd1db18e0786e44030 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:53 -0400 Subject: [PATCH] Oh ffs --- components/InactivityNoticeCard.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/InactivityNoticeCard.tsx b/components/InactivityNoticeCard.tsx index 84040a2..c548c97 100644 --- a/components/InactivityNoticeCard.tsx +++ b/components/InactivityNoticeCard.tsx @@ -6,7 +6,6 @@ import { CardFooter, CardHeader, Heading, - Icon, ListItem, Stack, StackDivider, @@ -49,15 +48,15 @@ export default function (props: InactivityNoticeProps) { } const Approved = () => ( - + - + ); const Denied = () => ( - + - + ); return (