We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294256c commit 2c38bfeCopy full SHA for 2c38bfe
1 file changed
app/src/components/SideControl.tsx
@@ -23,7 +23,6 @@ export default function SideControl({ showTemp }: SideControlProps) {
23
exclusive
24
value={ side }
25
onChange={ (event) => {
26
- // @ts-expect-error
27
setSide(event.target.value);
28
} }
29
size="small"
0 commit comments