From 8e09c30c5c92aa51aee2e6a820f9d619e167c0e2 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 5 Oct 2025 13:18:16 -0400 Subject: [PATCH] fix error on display --- src/component/home/DashPayments.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/home/DashPayments.jsx b/src/component/home/DashPayments.jsx index 7412605..f6b3691 100644 --- a/src/component/home/DashPayments.jsx +++ b/src/component/home/DashPayments.jsx @@ -59,7 +59,7 @@ export default function DashPayments() { - {payments.length > 0 ? + {payments && payments?.length > 0 ? payments.map((item, index) => { return (