kelewatan 1

pull/2/head
ajikamaludin 2 years ago
parent 82b3d30812
commit 2ceca060d5
Signed by: ajikamaludin
GPG Key ID: 476C9A2B4B794EBB

@ -217,7 +217,7 @@ const Print = React.forwardRef((props, ref) => {
<div className="flex justify-center items-end min-h-full">
{`Rp.` +
formatIDR(
expenses
items
.map((a) => a.amount)
.reduce((a, b) => +a + +b, 0)
)}

Loading…
Cancel
Save