We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2cf86 commit 754cbc4Copy full SHA for 754cbc4
ui/env-types.ts
@@ -1 +1 @@
1
-/// <reference types="vite/client" />
+/// <reference types="vite/client" />
ui/stage/config.tsx
@@ -11,8 +11,7 @@ export function ConfigValues(props: { stageAtom: Atom<SMXStage | undefined> }) {
11
return []; // skip panels will all disabled sensors
12
}
13
14
- const { fsrHighThreshold: highs, fsrLowThreshold: lows } =
15
- config.panelSettings[idx];
+ const { fsrHighThreshold: highs, fsrLowThreshold: lows } = config.panelSettings[idx];
16
17
return {
18
idx,
0 commit comments