Skip to content

Commit 82f2f36

Browse files
linting fix, again!
1 parent c77e45e commit 82f2f36

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ui/widgets/Meter/meter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export type MeterComponentProps = InferWidgetProps<typeof MeterProps> &
4747
PVComponent;
4848

4949
export const MeterComponent = (props: MeterComponentProps): JSX.Element => {
50-
5150
const [ref, size] = useMeasuredSize(240, 120);
5251

5352
const [style, newProps] = useStyle(

0 commit comments

Comments
 (0)