{/* Notes cell (monthly state notes) */}
{editPayment && (
setEditPayment(null)}
onSave={refresh}
/>
)}
{paymentLedgerOpen && (
setPaymentLedgerOpen(false)}
onSaved={refresh}
/>
)}
{showMbs && (
)}
Mark this bill unpaid?
This removes the current payment record for this month and moves it into recovery.
Cancel
{loading ? 'Removing...' : 'Remove Payment'}
>
);
}