fix landing page

pull/3094/head
yann300 6 years ago
parent 8e03d82815
commit e45ad1484b
  1. 10
      src/app/ui/landing-page/landing-page.js

@ -37,15 +37,7 @@ class LandingPage {
</div>
`)
}
if (!this._view) {
this._view = totalLook
}
return this._view
}
update () {
yo.update(this._view, this.render())
return totalLook
}
}

Loading…
Cancel
Save