diff --git a/src/components/jobPopout/JobListPopout.jsx b/src/components/jobPopout/JobListPopout.jsx index 13325e8..5c3d5da 100644 --- a/src/components/jobPopout/JobListPopout.jsx +++ b/src/components/jobPopout/JobListPopout.jsx @@ -671,7 +671,7 @@ const ZeroBalanceChecker = ({ amount, code, country, openCreditPopup }) => { return (

- Wallet Balance:{` ${code} ${+amount.toFixed(2)}`} + Wallet Balance:{` ${code} ${(+amount).toFixed(2)}`}

You do not have sufficient balance to assign this task