diff --git a/public/app/features/alerting/unified/components/rules/RuleStats.tsx b/public/app/features/alerting/unified/components/rules/RuleStats.tsx
index 860482dd308..aa219753fba 100644
--- a/public/app/features/alerting/unified/components/rules/RuleStats.tsx
+++ b/public/app/features/alerting/unified/components/rules/RuleStats.tsx
@@ -1,7 +1,7 @@
import { isUndefined, omitBy, pick, sum } from 'lodash';
import pluralize from 'pluralize';
-import { Fragment, useDeferredValue, useMemo } from 'react';
import * as React from 'react';
+import { Fragment, useDeferredValue, useMemo } from 'react';
import { Badge, Stack } from '@grafana/ui';
import {
@@ -121,7 +121,7 @@ export function getComponentsFromStats(
}
if (stats.error) {
- statsComponents.push();
+ statsComponents.push();
}
if (stats.nodata) {