pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent dd262aa839
commit 0098953d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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