Update index.js

Pass prettier test.
This commit is contained in:
n00o 2023-10-30 20:59:40 -04:00 committed by GitHub
parent 31ecc281a8
commit fb4ad848d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ export default class CodeEditor extends React.Component {
render() {
if (this.editor) {
this.editor.refresh()
this.editor.refresh();
}
return (
<StyledWrapper