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 = [ - +
{/* */}