mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-02 10:59:22 +01:00
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