diff --git a/src/App.jsx b/src/App.jsx index e77828bf..397f11c1 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -517,28 +517,35 @@ export default function App() { ); })} -
+ {/* SEPARATOR */} +
+ + {/* Cards KPI */} {cards.map((card) => { const Icon = card.icon; const bar_data = [ - { label: "Invoiced", value: card.amountInvoiced }, - { label: "30 days", value: card.amount30Days }, - { label: "60 days", value: card.amount60Days }, + { + name: "Amounts", + Invoiced: card.amountInvoiced, + "30 days": card.amount30Days, + "60 days": card.amount60Days, + }, ]; + return ( ( + + {payload.value} + + )} /> + {/*