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.