diff --git a/components/ReportCard.tsx b/components/ReportCard.tsx
index a3fc65e..68df94c 100644
--- a/components/ReportCard.tsx
+++ b/components/ReportCard.tsx
@@ -130,7 +130,7 @@ export default function (props: ReportCardProps) {
         <br />
         <Text my="16px">{props.description}</Text>
       </CardBody>
-      <CardFooter>
+      <CardFooter visibility={props.open ? "visible" : "hidden"}>
         <Stack direction="column" gap="16px">
           {(function () {
             const radioGroups = [];