Skip to content

Commit 2c38bfe

Browse files
Test CI linter
1 parent 294256c commit 2c38bfe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/components/SideControl.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default function SideControl({ showTemp }: SideControlProps) {
2323
exclusive
2424
value={ side }
2525
onChange={ (event) => {
26-
// @ts-expect-error
2726
setSide(event.target.value);
2827
} }
2928
size="small"

0 commit comments

Comments
 (0)