fix linting

pull/1701/head^2
yann300 3 years ago
parent 7dc51f823d
commit b37a1da2ec
  1. 2
      apps/remix-ide/src/app/editor/editor.js

@ -114,7 +114,7 @@ class Editor extends Plugin {
this.currentTheme = translateTheme(theme)
this.renderComponent()
})
this.call('theme', 'currentTheme', (theme) => {
this.call('theme', 'currentTheme', (theme) => {
this.currentTheme = translateTheme(theme)
this.renderComponent()
})

Loading…
Cancel
Save