From 5a1a40f7994954394b2e569176d6c2fec8bd7717 Mon Sep 17 00:00:00 2001 From: regalijan Date: Fri, 20 Oct 2023 12:23:47 -0400 Subject: [PATCH] Hide controls on closed reports --- components/ReportCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {
{props.description} - + {(function () { const radioGroups = [];