Skip to content

Commit

Permalink
fix: metrics one hour select label (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Dec 19, 2022
1 parent 025fdee commit 2c15841
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ export const FeatureMetricsHours = ({
const parseFeatureMetricsHour = (value: unknown) => {
switch (value) {
case '1':
return 2;
return 1;
case '24':
return 24;
default:
Expand Down

0 comments on commit 2c15841

Please sign in to comment.