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} + ))}