update
This commit is contained in:
@ -238,7 +238,7 @@ const DashboardHomePage = () => {
|
|||||||
const formattedNumber: number = parseFloat(number.toFixed(2));
|
const formattedNumber: number = parseFloat(number.toFixed(2));
|
||||||
|
|
||||||
const numbercashout: number = responseStatisticCard?.data.total_cash_out ?? 0;
|
const numbercashout: number = responseStatisticCard?.data.total_cash_out ?? 0;
|
||||||
const formattedNumbercashout: number = parseFloat(number.toFixed(2));
|
const formattedNumbercashout: number = parseFloat(numbercashout.toFixed(2));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user