fix: switching from a list with a background to settings would not remove the background
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-11-28 15:56:05 +01:00
parent 8f6c0f3738
commit 734db0795c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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)