Skip to content

Commit 4217fd6

Browse files
committed
refactor: add missing type to JavaScriptPanel
1 parent 66e21a6 commit 4217fd6

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)