Skip to content

Commit

Permalink
fix(client/widget): Fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Feb 1, 2023
1 parent d178a5f commit 13f4bda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/widgets/seed-ecam-widget/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import { formatDeltaTime } from '../lib/format-delta-time';

const SERVO_THRESHOLD_VOLTAGE = 8.75;

export function Widget({ seed, voltThreshold, ampsThreshold }: WidgetProps) {
const { inactive, valve, onOffSwitch, activeInactive } =
useSvgVizPropsHelpers();
export function Widget({ seed, voltThreshold }: WidgetProps) {
const { valve, onOffSwitch, activeInactive } = useSvgVizPropsHelpers();
const data = useSeedEcamData(seed);

return (
Expand Down

0 comments on commit 13f4bda

Please sign in to comment.