From 4e32b67dc1710a9acbee08be02c519b66ea3bdf3 Mon Sep 17 00:00:00 2001 From: "MSI\\User" Date: Mon, 18 Mar 2024 21:15:29 +0800 Subject: [PATCH] update dashboard --- .../ProgressByClientSearch/ProgressByClientSearch.tsx | 10 +++++----- .../ProjectFinancialSummary.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/ProgressByClientSearch/ProgressByClientSearch.tsx b/src/components/ProgressByClientSearch/ProgressByClientSearch.tsx index 7ddbb00..553a306 100644 --- a/src/components/ProgressByClientSearch/ProgressByClientSearch.tsx +++ b/src/components/ProgressByClientSearch/ProgressByClientSearch.tsx @@ -29,11 +29,11 @@ const ProgressByClientSearch: React.FC = ({ projects }) => { const columns = useMemo[]>( () => [ - { name: "clientCode", label: t("Project Code") }, - { name: "clientName", label: t("Project Name") }, - { name: "SubsidiaryClientCode", label: t("Project Category") }, - { name: "SubsidiaryClientName", label: t("Team") }, - { name: "NoOfProjects", label: t("Client") }, + { name: "clientCode", label: t("Client Code") }, + { name: "clientName", label: t("Client Name") }, + { name: "SubsidiaryClientCode", label: t("Subsidiary Code") }, + { name: "SubsidiaryClientName", label: t("Subisdiary") }, + { name: "NoOfProjects", label: t("No. of Projects") }, ], [t], ); diff --git a/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx b/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx index e9839c9..e0a2764 100644 --- a/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx +++ b/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx @@ -446,7 +446,7 @@ const columns2 = [ - +
{/* */}