diff --git a/src/pages/Payback/Payback.js b/src/pages/Payback/Payback.js index a4036b9..3423829 100644 --- a/src/pages/Payback/Payback.js +++ b/src/pages/Payback/Payback.js @@ -51,36 +51,38 @@ export const Payback = observer(() => { title: "Amount", dataIndex: "amount", key: "amount", + width: '20%', render: (text) => new Intl.NumberFormat("id-ID", { style: "currency", currency: "IDR", }).format(text), }, - { - title: "Action", - dataIndex: "amount", - key: "action", - render: (text, record) => ( - - - +