web/satellite/vuetify-poc: hide 'Add coupon' button when coupon features are disabled
Hide button if feature flag is set to false. Issue: https://github.com/storj/storj/issues/6547 Change-Id: I0e13bacfe6a8651ebc573abc3f23a749821d63a5
This commit is contained in:
parent
775ee860a5
commit
7b3770ed17
@ -91,6 +91,7 @@
|
||||
<v-card
|
||||
v-else-if="coupon"
|
||||
:title="`Coupon / ${coupon.name}`"
|
||||
height="100%"
|
||||
:subtitle="`${isCouponActive ? 'Active' : 'Expired'} / ${couponExpiration}`"
|
||||
rounded="xlg"
|
||||
>
|
||||
@ -107,6 +108,7 @@
|
||||
<v-divider class="my-4" />
|
||||
|
||||
<v-btn
|
||||
v-if="couponCodeBillingUIEnabled"
|
||||
variant="outlined"
|
||||
color="default"
|
||||
size="small"
|
||||
|
Loading…
Reference in New Issue
Block a user