Hide controls on closed reports
This commit is contained in:
parent
d30c6e06d5
commit
5a1a40f799
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user