From ab2467fed85b311ee22448f9dc583b1a710ebe59 Mon Sep 17 00:00:00 2001 From: Davis Becker <143132652+BanEvading@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:46:55 -0500 Subject: [PATCH] publishing --- components/competition/InsightsAndSettingsCard.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/components/competition/InsightsAndSettingsCard.tsx b/components/competition/InsightsAndSettingsCard.tsx index 8cd8f25b..64f96261 100644 --- a/components/competition/InsightsAndSettingsCard.tsx +++ b/components/competition/InsightsAndSettingsCard.tsx @@ -367,7 +367,7 @@ export default function InsightsAndSettingsCard(props: { ? (+( Round(submittedReports / reports.length) * 100 )).toFixed(0) - : "?"} + : "0"} %
@@ -394,7 +394,7 @@ export default function InsightsAndSettingsCard(props: { ? (+( Round(submittedReports / reports.length) * 100 )).toFixed(0) - : "?"} + : "0"} %