added .toFixed(2)}
This commit is contained in:
@@ -671,7 +671,7 @@ const ZeroBalanceChecker = ({ amount, code, country, openCreditPopup }) => {
|
||||
return (
|
||||
<div className="px-4 pb-3 w-full flex flex-col gap-5 items-center">
|
||||
<h1 className="text-lg mt-3 font-medium tracking-wide text-black dark:text-white">
|
||||
Wallet Balance:{` ${code} ${+amount.toFixed(2)}`}
|
||||
Wallet Balance:{` ${code} ${(+amount).toFixed(2)}`}
|
||||
</h1>
|
||||
<p className="font-semibold text-center text-red-500 text-lg">
|
||||
You do not have sufficient balance to assign this task
|
||||
|
||||
Reference in New Issue
Block a user