added pluse minus sign

This commit is contained in:
pramod.mahajan 2025-11-11 16:50:17 +05:30
parent 96abc8d42c
commit 264ed4a74d

View File

@ -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",
})} })}