pull/3094/head
Liana Husikyan 5 years ago committed by GitHub
parent 36929eebdd
commit bf29493b8c
  1. 2
      src/app/tabs/compileTab/compilerContainer.js

@ -313,7 +313,7 @@ class CompilerContainer {
}
_updateLanguageSelector () {
if (semver.lt(this._retrieveVersion(), 'v0.5.7+commit.6da8b019.js')) {
if (semver.lt(this._retrieveVersion(), 'v0.5.7+commit.6da8b019.js')) {
this._view.languageSelector.value = 'Solidity'
this.compileTabLogic.setLanguage('Solidity')
} else {

Loading…
Cancel
Save