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 (