From ce868b44abf42d38a2d23ce558745bef9fb7c7df Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:53 -0400 Subject: [PATCH] Try to fix css goofiness --- components/InactivityNoticeCard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/InactivityNoticeCard.tsx b/components/InactivityNoticeCard.tsx index c548c97..36b4b56 100644 --- a/components/InactivityNoticeCard.tsx +++ b/components/InactivityNoticeCard.tsx @@ -85,7 +85,9 @@ export default function (props: InactivityNoticeProps) { {Object.entries(props.decisions).map(([dept, accepted]) => ( - {accepted ? : } {dept} + + {accepted ? : } {dept} + ))}