Skip to content

Commit db1dd5a

Browse files
Update create-code-editor.tsx
1 parent 207d3ad commit db1dd5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/create-code-editor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ export function CreateCodeEditor({
227227
};
228228

229229
return (
230-
// eslint-disable-next-line react-hooks/exhaustive-deps
231230
<CodeEditor
232231
code={code}
233232
setCode={setCode}

0 commit comments

Comments
 (0)