From e45ad1484b0a9c39b30373b6a50850a84924d03e Mon Sep 17 00:00:00 2001 From: yann300 Date: Sat, 2 Mar 2019 00:32:48 +0100 Subject: [PATCH] fix landing page --- src/app/ui/landing-page/landing-page.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index 8c448e3eba..5ef9b9a460 100644 --- a/src/app/ui/landing-page/landing-page.js +++ b/src/app/ui/landing-page/landing-page.js @@ -37,15 +37,7 @@ class LandingPage { `) } - - if (!this._view) { - this._view = totalLook - } - return this._view - } - - update () { - yo.update(this._view, this.render()) + return totalLook } }