From 44ee965c60c454266dde2505d40b404b8077d4dc Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:55 -0400 Subject: [PATCH] Again? --- components/ReportCard.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/ReportCard.tsx b/components/ReportCard.tsx index 585e136..23ceabb 100644 --- a/components/ReportCard.tsx +++ b/components/ReportCard.tsx @@ -162,9 +162,7 @@ export default function (props: ReportCardProps) { { - Object.defineProperty(actionMap, props.target_ids[i], { - value: parseInt(val), - }); + actionMap[props.target_ids[i]] = parseInt(val); }} >