forked from extern/bruno
Update index.js
Pass prettier test.
This commit is contained in:
parent
31ecc281a8
commit
fb4ad848d6
@ -147,7 +147,7 @@ export default class CodeEditor extends React.Component {
|
||||
|
||||
render() {
|
||||
if (this.editor) {
|
||||
this.editor.refresh()
|
||||
this.editor.refresh();
|
||||
}
|
||||
return (
|
||||
<StyledWrapper
|
||||
|
Loading…
Reference in New Issue
Block a user