From 2f999d7e3ca63d24e92de6a133e84d91c42088fd Mon Sep 17 00:00:00 2001 From: edmondlang Date: Wed, 27 Jul 2022 20:20:16 +0800 Subject: [PATCH] code tidy up --- .../elements/AdminPaymentsBillingComponent.vue | 3 +-- .../paymentsBilling/forms/PaymentFormComponent.vue | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue index ec6c0b46..535ecfdc 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue @@ -194,13 +194,12 @@
-
Make Payment
- + diff --git a/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue b/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue index ec70e31f..72d56a03 100644 --- a/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/forms/PaymentFormComponent.vue @@ -1,9 +1,9 @@