From 0943df5d18efd8a7ca5d6b53e90c382ee20b27f5 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 26 Feb 2025 23:58:44 -0600 Subject: [PATCH] Fix app insights indicator status --- src/admin/AdminInfoNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/AdminInfoNav.tsx b/src/admin/AdminInfoNav.tsx index 1c756264..6184de48 100644 --- a/src/admin/AdminInfoNav.tsx +++ b/src/admin/AdminInfoNav.tsx @@ -65,7 +65,7 @@ export default function AdminInfoPage({ {title} - {title === 'Insights' && insightIndicatorStatus && + {title === 'App Insights' && insightIndicatorStatus &&