happy linter v2

pull/651/head
GrandSchtroumpf 4 years ago
parent b110b94b7c
commit 2eebfe84a7
  1. 1
      apps/remix-ide/src/app/panels/tab-proxy.js
  2. 1
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -91,7 +91,6 @@ export class TabProxy extends Plugin {
appManager.event.on('deactivate', (profile) => {
this.removeTab(profile.name)
})
}
focus (name) {

@ -240,7 +240,6 @@ export class LandingPage extends ViewPlugin {
})
}
const startSolidity = async () => {
await this.appManager.activatePlugin(['solidity', 'udapp', 'solidityStaticAnalysis', 'solidityUnitTesting'])
this.verticalIcons.select('solidity')

Loading…
Cancel
Save