From 8dc5eecad9777281ef6795789b053b7c36476f56 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Mon, 26 Aug 2024 19:54:10 +0530 Subject: [PATCH] upmerge --- .../DrawalRequest/PendingRequest.jsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Pages/WithDrawal/DrawalRequest/PendingRequest.jsx b/src/Pages/WithDrawal/DrawalRequest/PendingRequest.jsx index 423b85d..2e0bb0c 100644 --- a/src/Pages/WithDrawal/DrawalRequest/PendingRequest.jsx +++ b/src/Pages/WithDrawal/DrawalRequest/PendingRequest.jsx @@ -105,7 +105,7 @@ const PendingRequest = () => { "Country", "Phone Number", "Amount in Investor currency", - "Currency", + // "Currency", // "Withdrawal Amount", "Action", ]; @@ -178,13 +178,13 @@ const PendingRequest = () => { ), - Currency: ( - - - {item?.currencyCode} - - - ), + // Currency: ( + // + // + // {item?.currencyCode} + // + // + // ), // "Withdrawal Amount": ( // // @@ -197,13 +197,13 @@ const PendingRequest = () => { // // ), "Amount in Investor currency": ( - + {/* {item.investorAmount} */} {parseFloat(item?.investorAmount || 0).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, - })} + })}{item?.currencyCode} ),