From a216145ed2dc8ed9e0402f6b18b483a878f9f118 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 5 Dec 2022 00:23:30 +0000 Subject: [PATCH] logic error --- src/components/StatusPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StatusPage.tsx b/src/components/StatusPage.tsx index f31c078..267ab3c 100644 --- a/src/components/StatusPage.tsx +++ b/src/components/StatusPage.tsx @@ -82,7 +82,7 @@ export default function StatusPage() { ); })} - {(incidents !== null || incidents.length == 0) && + {(incidents !== null && incidents.length == 0) &&
No service alerts.