fix(payments): remove duplicate entry from another modal

This commit is contained in:
SabreCat
2022-09-14 16:27:21 -05:00
parent f36d0ca0e2
commit 5780b71ef8
@@ -153,14 +153,6 @@
</span>
</div>
</div>
<div class="row text-center">
<h4
v-once
class="col-12 text-payment mb-3"
>
{{ $t('choosePaymentMethod') }}
</h4>
</div>
<payments-buttons
:disabled="!selectedGemsBlock"
:stripe-fn="() => redirectToStripe({ gemsBlock: selectedGemsBlock })"