diff --git a/src/components/Charts/SemiDoughnutChart.tsx b/src/components/Charts/SemiDoughnutChart.tsx index 5d9be43..a1d17d2 100644 --- a/src/components/Charts/SemiDoughnutChart.tsx +++ b/src/components/Charts/SemiDoughnutChart.tsx @@ -17,13 +17,13 @@ const SemiDoughnutChart = ({ totalUser }: { totalUser: any }) => { const recruiterCount = dataSource.past24hourRecruiterCount ?? dataSource.totalRecruiterCount ?? - dataSource.newRecruiterCount ?? + dataSource.newRecuiterCount ?? 0; const customerCount = dataSource.past24hourCustomercount ?? dataSource.totalCustomerCount ?? - dataSource.newCustomercount ?? + dataSource.newCustomerCount ?? 0;