diff --git a/modules_statuses.json b/modules_statuses.json
index 2bb10713c7..1f5f99114c 100644
--- a/modules_statuses.json
+++ b/modules_statuses.json
@@ -1,3 +1,3 @@
{
"Admin": true
-}
+}
\ No newline at end of file
diff --git a/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php
index 0d0290ff39..6b75ae1e8e 100644
--- a/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php
+++ b/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php
@@ -53,7 +53,7 @@
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')])
-
+
@if(count($tokens) > 0)
@foreach($tokens as $token)
-
@@ -62,7 +62,7 @@
type="radio"
data-token="{{ $token->token }}"
name="payment-type"
- class="form-check-input text-indigo-600 rounded-full cursor-pointer toggle-payment-with-token toggle-payment-with-token"/>
+ class="form-check-input text-indigo-600 rounded-full cursor-pointer toggle-payment-with-token"/>
**** {{ $token->meta?->last4 }}
diff --git a/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay_livewire.blade.php b/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay_livewire.blade.php
index 5c7a021b70..e110eb89b0 100644
--- a/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay_livewire.blade.php
+++ b/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay_livewire.blade.php
@@ -32,35 +32,34 @@
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')])
-