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 a97620a commit f956843Copy full SHA for f956843
src/vis/DisplaySelection.tsx
@@ -42,7 +42,7 @@ export default function DisplaySelection(props: DisplayOptionsProps) {
42
}
43
return option;
44
}),
45
- )
+ );
46
};
47
48
return (
0 commit comments