Unverified Commit 4f0a9944 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2279 from ethereum/yann300-patch-71

Activate 3box during workshop activation
parents 692678eb c07ef2eb
...@@ -136,6 +136,7 @@ export class LandingPage extends ViewPlugin { ...@@ -136,6 +136,7 @@ export class LandingPage extends ViewPlugin {
this.verticalIcons.select('vyper') this.verticalIcons.select('vyper')
} }
const startWorkshop = () => { const startWorkshop = () => {
this.appManager.ensureActivated('box')
this.appManager.ensureActivated('solidity') this.appManager.ensureActivated('solidity')
this.appManager.ensureActivated('solidityUnitTesting') this.appManager.ensureActivated('solidityUnitTesting')
this.appManager.ensureActivated('workshops') this.appManager.ensureActivated('workshops')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment