Skip to content

Commit e5e32c1

Browse files
committed
remove useless comment on gauge
1 parent e199dbc commit e5e32c1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • control-station/src/components/GaugeTag/Gauge

control-station/src/components/GaugeTag/Gauge/Gauge.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ export const Gauge = ({
4545
radius={radius}
4646
strokeWidth={strokeWidth}
4747
></BackgroundArc>
48-
49-
{/* <BackgroundArc
50-
sweep={sweep}
51-
className={styles.radialShadowArc}
52-
percentage={percentage}
53-
radius={radius}
54-
strokeWidth={strokeWidth}
55-
></BackgroundArc> */}
5648
</svg>
5749
);
5850
};

0 commit comments

Comments
 (0)