diff --git a/frontend/src/component/impact-metrics/ImpactMetricsControls/ImpactMetricsControls.tsx b/frontend/src/component/impact-metrics/ImpactMetricsControls/ImpactMetricsControls.tsx index 907e0d5621..2a4f68fb24 100644 --- a/frontend/src/component/impact-metrics/ImpactMetricsControls/ImpactMetricsControls.tsx +++ b/frontend/src/component/impact-metrics/ImpactMetricsControls/ImpactMetricsControls.tsx @@ -68,15 +68,19 @@ export const ImpactMetricsControls: FC = ({ label='Begin at zero' /> - actions.setShowRate(e.target.checked)} - /> - } - label='Show rate per second' - /> + {formData.selectedSeries.startsWith('unleash_counter_') ? ( + + actions.setShowRate(e.target.checked) + } + /> + } + label='Show rate per second' + /> + ) : null} {availableLabels && (