mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
Removes information from subscription settings
that do not make sense without payed subscriptions.
This commit is contained in:
parent
217583213d
commit
1b9743f301
3 changed files with 3 additions and 13 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@ export default {
|
|||
'general',
|
||||
'subscription',
|
||||
'siteData',
|
||||
'promoCode',
|
||||
'transactions',
|
||||
'notifications',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue