Unverified Commit 7316f0db authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2268 from ethereum/yann300-patch-65

Update landing-page.js (plugin name typo)
parents 118ef734 d0e2fc6f
...@@ -138,8 +138,8 @@ export class LandingPage extends ViewPlugin { ...@@ -138,8 +138,8 @@ export class LandingPage extends ViewPlugin {
const startWorkshop = () => { const startWorkshop = () => {
this.appManager.ensureActivated('solidity') this.appManager.ensureActivated('solidity')
this.appManager.ensureActivated('solidityUnitTesting') this.appManager.ensureActivated('solidityUnitTesting')
this.appManager.ensureActivated('workshop') this.appManager.ensureActivated('workshops')
this.verticalIcons.select('workshop') this.verticalIcons.select('workshops')
} }
const startPipeline = () => { const startPipeline = () => {
......
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