diff --git a/src/pages/AdvancePayment/AdvancePaymentPage.jsx b/src/pages/AdvancePayment/AdvancePaymentPage.jsx index bc2125ef..03296604 100644 --- a/src/pages/AdvancePayment/AdvancePaymentPage.jsx +++ b/src/pages/AdvancePayment/AdvancePaymentPage.jsx @@ -73,7 +73,7 @@ const AdvancePaymentPage = () => { balance > 0 ? "text-success" : "text-danger" } fs-5 fw-bold ms-1`} > - {formatFigure(balance, { + { balance > 0 ? : } {formatFigure(balance, { type: "currency", currency: "INR", })}