From 734db0795c1467836d718d55f4931c4491b271db Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 28 Nov 2021 15:56:05 +0100 Subject: [PATCH] fix: switching from a list with a background to settings would not remove the background --- src/components/home/contentAuth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index 7a2bd242..016ba078 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -82,7 +82,7 @@ export default { this.$route.name === 'labels.index' || this.$route.name === 'migrate.start' || this.$route.name === 'migrate.wunderlist' || - this.$route.name === 'user.settings' || + this.$route.name.startsWith('user.settings') || this.$route.name === 'namespaces.index' ) { return this.$store.dispatch(CURRENT_LIST, null)