cancel subscription

This commit is contained in:
Čarodej
2021-11-24 16:11:13 +01:00
parent 7fe576ba26
commit b447d2ea83
4 changed files with 58 additions and 81 deletions

View File

@@ -59,7 +59,9 @@
Spinner,
},
computed: {
...mapGetters(['config']),
...mapGetters([
'config'
]),
admin() {
return this.$store.getters.user ? this.$store.getters.user : undefined
},
@@ -74,7 +76,7 @@
route: 'UserDetail',
},
{
title: this.$t('admin_page_user.tabs.storage'),
title: this.$t('Storage'),
route: 'UserStorage',
},
{