Skip to content

Commit 8b37a41

Browse files
authored
refactor: add missing type to JavaScriptPanel (#103)
1 parent 66e21a6 commit 8b37a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/options.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const CssPanel: React.FC = () => {
124124
);
125125
};
126126

127-
const JavaScriptPanel = () => {
127+
const JavaScriptPanel: React.FC = () => {
128128
const explorer = useExplorer();
129129
const { jsOptions, setJsOptions } = explorer;
130130
const { parser, sourceType, esVersion, isJSX } = jsOptions;

0 commit comments

Comments
 (0)