From 7d207813d29f715e9c5f0e4750a24815b98009f3 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 28 May 2025 16:17:44 +0100 Subject: [PATCH] home page number reading updated --- src/components/home/HomeCom.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/home/HomeCom.jsx b/src/components/home/HomeCom.jsx index 288f8f2..c66d34d 100644 --- a/src/components/home/HomeCom.jsx +++ b/src/components/home/HomeCom.jsx @@ -39,9 +39,9 @@ export default function HomeCom() {

Loans

- {/*

{dashData?.loans?.currency_text}

*/} + {/*

{dashData?.loans?.currency_text}

*/}

- {/* {dashData?.loans?.currency_text} */} + {dashData?.loans?.currency_text}

{dashData?.loans?.text}

@@ -51,7 +51,7 @@ export default function HomeCom() {

Payments

- {/* {dashData?.payments?.currency_text} */} + {dashData?.payments?.currency_text}

{dashData?.payments?.text}

@@ -68,7 +68,7 @@ export default function HomeCom() {
-

+

{Object.keys(item)[0]}

-- 2.34.1