removed the status badge on workspace change

pull/5370/head
lianahus 4 years ago committed by Liana Husikyan
parent 9fe23b2ade
commit 7f897c2665
  1. 1
      apps/remix-ide/src/app/tabs/compile-tab.js

@ -87,6 +87,7 @@ class CompileTab extends ViewPlugin {
this.compilerContainer.currentFile = ''
this.data.contractsDetails = {}
yo.update(this._view.contractSelection, this.contractSelection())
this.emit('statusChanged', { key: 'none' })
}
/************

Loading…
Cancel
Save