Skip to content

Commit 13f4bda

Browse files
committed
fix(client/widget): Fix styling issues
1 parent d178a5f commit 13f4bda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/src/widgets/seed-ecam-widget/widget.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import { formatDeltaTime } from '../lib/format-delta-time';
88

99
const SERVO_THRESHOLD_VOLTAGE = 8.75;
1010

11-
export function Widget({ seed, voltThreshold, ampsThreshold }: WidgetProps) {
12-
const { inactive, valve, onOffSwitch, activeInactive } =
13-
useSvgVizPropsHelpers();
11+
export function Widget({ seed, voltThreshold }: WidgetProps) {
12+
const { valve, onOffSwitch, activeInactive } = useSvgVizPropsHelpers();
1413
const data = useSeedEcamData(seed);
1514

1615
return (

0 commit comments

Comments
 (0)