fix linting

pull/5370/head
yann300 4 years ago
parent 518321a91d
commit 9f8385fd0f
  1. 2
      apps/remix-ide/src/app/panels/file-panel.js

@ -63,7 +63,7 @@ module.exports = class Filepanel extends ViewPlugin {
this.hideRemixdExplorer = true
this.remixdExplorer = {
hide: () => {
if (this.currentWorkspace === this.LOCALHOST) this.setWorkspace(this.NO_WORKSPACE)
if (this.currentWorkspace === this.LOCALHOST) this.setWorkspace(this.NO_WORKSPACE)
this._deps.fileManager.setMode('browser')
this.hideRemixdExplorer = true
this.renderComponent()

Loading…
Cancel
Save