fix linting

cleanupevents
filip mertens 4 years ago
parent bd2b1da35c
commit 62a19f6158
  1. 1
      apps/remix-ide/src/app/panels/tab-proxy.js

@ -41,7 +41,6 @@ export class TabProxy extends Plugin {
})
fileManager.on('fileRemoved', (name) => {
const workspace = this.fileManager.currentWorkspace()
workspace ? this.removeTab(workspace + '/' + name) : this.removeTab(this.fileManager.mode + '/' + name)

Loading…
Cancel
Save