diff --git a/src/App.js b/src/App.js index dad1741c1..d2dd35c7c 100644 --- a/src/App.js +++ b/src/App.js @@ -56,7 +56,7 @@ export default { window.addEventListener('resize', this.updateMobileState) }, mounted () { - if (themeApplied) { + if (this.$store.state.interface.themeApplied) { this.removeSplash() } },