diff --git a/packages/apps/escrow-dashboard/src/components/SolvedTasks/SolvedTasksView.tsx b/packages/apps/escrow-dashboard/src/components/SolvedTasks/SolvedTasksView.tsx index 7a26a73b88..ebc9e41f17 100644 --- a/packages/apps/escrow-dashboard/src/components/SolvedTasks/SolvedTasksView.tsx +++ b/packages/apps/escrow-dashboard/src/components/SolvedTasks/SolvedTasksView.tsx @@ -30,7 +30,7 @@ const CustomTooltip = ({ active, payload, label }: any) => { }} > - {numeral(payload[0].value).format('0a').toUpperCase()} + {numeral(payload[0].value).format('0.[00] a').toUpperCase()} ); @@ -97,7 +97,7 @@ export const SolvedTasksView: FC = () => { sx={{ whiteSpace: 'nowrap' }} fontSize={{ xs: '40px', lg: '55px' }} > - {numeral(solvedTasksCount).format('0.00 a').toUpperCase()} + {numeral(solvedTasksCount).format('0.[00] a').toUpperCase()} @@ -139,7 +139,7 @@ export const SolvedTasksView: FC = () => { { fontWeight: 500, }} tickFormatter={(value: any) => - numeral(value).format('0a').toUpperCase() + numeral(value).format('0.[00] a').toUpperCase() } />