Removes information from subscription settings

that do not make sense without payed subscriptions.
This commit is contained in:
Adrian Winterstein 2024-11-20 10:39:13 +01:00
parent 217583213d
commit 1b9743f301
No known key found for this signature in database
GPG key ID: EDBA4B9F8D8E37AE
3 changed files with 3 additions and 13 deletions

View file

@ -18,15 +18,6 @@
>
{{ $t('groupInformation') }}
</router-link>
<router-link
v-if="isLeader"
class="nav-link"
:to="{name: 'groupPlanBilling', params: {groupId}}"
exact="exact"
:class="{'active': $route.name === 'groupPlanBilling'}"
>
{{ $t('groupBilling') }}
</router-link>
</secondary-menu>
<div class="col-12 px-0">
<router-view />

View file

@ -190,7 +190,7 @@
</p>
<div
class="svg svg-icon mb-4"
:class="paymentMethodLogo.class"
:class="paymentMethodlogino.class"
v-html="paymentMethodLogo.icon"
>
</div>
@ -375,7 +375,7 @@
</div>
</div>
</div>
<div
<!--<div
v-if="hasSubscription && !hasCanceledSubscription"
class="d-flex flex-column align-items-center mb-4 w-448p text-center"
>
@ -394,7 +394,7 @@
v-html="$t(`cancelSubInfo${user.purchased.plan.paymentMethod}`)"
>
</div>
</div>
</div>-->
</div>
<div class="d-flex flex-column justify-content-center">
<div class="d-flex justify-content-center">

View file

@ -195,7 +195,6 @@ export default {
'general',
'subscription',
'siteData',
'promoCode',
'transactions',
'notifications',
],