From 9db51816187fef6996dd81d3e7e15dff989f15aa Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 15 Mar 2022 15:03:17 +0800 Subject: [PATCH] show payment proof date in payment history --- .../vue/components/bookings/elements/PaymentHistoryComponent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue index 28a3f966..a256a637 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue @@ -210,7 +210,6 @@
Payment proof will be uploaded {{ (item.duration + 1) <= 0 ? 'today' : (item.duration + 1) === 2 ? 'tomorrow' : 'in '+(item.duration + 1)+'days'}} at 4:00 PM - {{item.duration >= 0 ? : 'Payment proof will be uploaded today at 4:00 PM' }}