diff --git a/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx b/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx
index f105b821577..128566cec97 100644
--- a/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx
+++ b/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx
@@ -106,6 +106,7 @@ export const RadialArcPath = memo(
+
+ {endpointColors && }
+ {endpointColors && }
- {showGuideDots && (
- <>
- {endpointColors && }
- {endpointColors && }
- {guideDotColors && arcLengthDeg > 5 && }
- {guideDotColors && }
- >
- )}
+ {guideDotColors && arcLengthDeg > 5 && }
+ {guideDotColors && }
>
);
}