From 36dc75bb0da42e2ae0faaa3da94104cdb36023ce Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 29 Dec 2025 21:16:43 +0100 Subject: [PATCH] 29_12_25 --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index bf649a48..991a30f8 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -243,6 +243,7 @@ export default function App() {
{kpis.map((kpi) => { const Icon = kpi.icon; + const isPositive = kpi.delta >= 0; return (