diff --git a/src/App.js b/src/App.js index b5d9ad57c..8aa21e451 100644 --- a/src/App.js +++ b/src/App.js @@ -59,7 +59,7 @@ export default { if (themeApplied) { this.removeSplash() } - } + }, unmounted () { window.removeEventListener('resize', this.updateMobileState) },