fixed newCustomerCount / Recruiter count in dash
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user