From 066e2fc1693064da79b1f3c082cffe92429306be Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:26:42 +0530 Subject: [PATCH] =?UTF-8?q?[=20bud=20update=20=F0=9F=94=A5=20]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layout/DefaultLayout.jsx | 14 +++++++------- src/Pages/AccountDeletion/DeletionRequest.jsx | 16 ++++++++-------- .../AccountDeletion/DeletionRequestApprove.jsx | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx index c5475bc..23639f0 100644 --- a/src/Layout/DefaultLayout.jsx +++ b/src/Layout/DefaultLayout.jsx @@ -259,21 +259,21 @@ const DashboardLayout = ({ isOnline }) => { return ( - Withdrawal pending request + Withdrawal Pending Request ); case path.startsWith("/withdraw-history"): return ( - Withdrawal request + Withdrawal Request ); case path.startsWith("/investor-request"): return ( - Investor pending request + Investor Pending Request ); case path.startsWith("/investor-history"): @@ -287,14 +287,14 @@ const DashboardLayout = ({ isOnline }) => { return ( - Deletion pending request + Deletion Pending Request ); case path.startsWith("/deletion-history"): return ( - Deletion request + Deletion Request ); @@ -366,7 +366,7 @@ const DashboardLayout = ({ isOnline }) => { return ( - Deletion pending request + Deletion Pending Request ); case path.startsWith("/deletion-history"): @@ -380,7 +380,7 @@ const DashboardLayout = ({ isOnline }) => { return ( - Deletion pending request + Deletion Pending Request ); case path.startsWith("/deletion-history"): diff --git a/src/Pages/AccountDeletion/DeletionRequest.jsx b/src/Pages/AccountDeletion/DeletionRequest.jsx index c4f0f2e..6d6fd0a 100644 --- a/src/Pages/AccountDeletion/DeletionRequest.jsx +++ b/src/Pages/AccountDeletion/DeletionRequest.jsx @@ -91,12 +91,12 @@ const DeletionRequest = () => { // ====================================================[Table Setup]================================================================ const tableHeadRow = [ "Sr No.", - "Requested on", + "Requested On", "Client ID", - "First name", - "Last name", + "First Name", + "Last Name", "Country", - "Phone number", + "Phone Number", "Status", "Action" ]; @@ -114,7 +114,7 @@ const DeletionRequest = () => { {index + 1}. ), - "Requested on": ( + "Requested On": ( { {item?.clientId} ), - "First name": ( + "First Name": ( { {/* {formatDate(item.charge)} */} ), - "Last name": ( + "Last Name": ( { ), - "Phone number": ( + "Phone Number": ( {errors.adminComment && (