added pluse minus sign
This commit is contained in:
parent
96abc8d42c
commit
264ed4a74d
@ -73,7 +73,7 @@ const AdvancePaymentPage = () => {
|
|||||||
balance > 0 ? "text-success" : "text-danger"
|
balance > 0 ? "text-success" : "text-danger"
|
||||||
} fs-5 fw-bold ms-1`}
|
} fs-5 fw-bold ms-1`}
|
||||||
>
|
>
|
||||||
{formatFigure(balance, {
|
{ balance > 0 ? <i className="bx bx-plus b-sm"></i> : <i className="bx bx-minus b-sm"></i>} {formatFigure(balance, {
|
||||||
type: "currency",
|
type: "currency",
|
||||||
currency: "INR",
|
currency: "INR",
|
||||||
})}
|
})}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user