panel navigator refactoring

This commit is contained in:
Peter Papp
2021-08-20 18:07:26 +02:00
parent b23259309c
commit a99cbc2841
5 changed files with 42 additions and 48 deletions

View File

@@ -74,8 +74,8 @@
},
computed: {
...mapGetters([
'isDarkMode',
'user',
'isDarkMode'
]),
isUserProfileRoute() {
return this.$isThisRoute(this.$route, ['Profile', 'Password', 'Storage', 'Invoice', 'Subscription', 'PaymentMethods'])