diff --git a/src/components/payment/PaymentHistory/PaymentHistory.tsx b/src/components/payment/PaymentHistory/PaymentHistory.tsx index c4ec1e46..a0899901 100644 --- a/src/components/payment/PaymentHistory/PaymentHistory.tsx +++ b/src/components/payment/PaymentHistory/PaymentHistory.tsx @@ -296,7 +296,7 @@ export const PaymentHistory: React.FC = ({ {paginatedPayments.map((payment) => ( - + {new Date(payment.created_at).toLocaleDateString()} {formatPaymentAmount( @@ -355,7 +355,11 @@ export const PaymentHistory: React.FC = ({ {/* Cards - Mobile */}
{paginatedPayments.map((payment) => ( -
+