fixed standard issues

pull/1/head
LianaHus 5 years ago committed by Liana Husikyan
parent 58a5755d47
commit ab94f545a9
  1. 2
      src/app/tabs/compileTab/compilerContainer.js

@ -359,7 +359,7 @@ class CompilerContainer {
}
_updateLanguageSelector () {
/// This is the first version when Yul is available
// This is the first version when Yul is available
if (semver.lt(this._retrieveVersion(), 'v0.5.7+commit.6da8b019.js')) {
this._view.languageSelector.setAttribute('disabled', '')
this._view.languageSelector.value = 'Solidity'

Loading…
Cancel
Save