diff --git a/src/components/UptimeAlertSection.tsx b/src/components/UptimeAlertSection.tsx index a43ef858b..776dd9982 100644 --- a/src/components/UptimeAlertSection.tsx +++ b/src/components/UptimeAlertSection.tsx @@ -165,7 +165,12 @@ export default function UptimeAlertSection({ rulesListSearch.toString() ? `?${rulesListSearch}` : "" }`; - const alertButton = alertRulesLoading ? null : hasRules ? ( + const alertButton = alertRulesLoading ? ( + + ) : hasRules ? (