Hide controls on closed reports

This commit is contained in:
2023-10-20 12:23:47 -04:00
parent d30c6e06d5
commit 5a1a40f799

View File

@ -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 = [];