From fcc8800b68e0ee1badb9640123351eecd1a90bea Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 20:20:02 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index dccf6145..1de06f7f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -141,13 +141,7 @@ const lotData = [ })}, ]; -const context = { - purchase: null, - client: null, - supplier: null, - sale: null, - product: null -}; +const context = "{'purchase': None, 'client': None, 'supplier': None, 'sale': None, 'product': None}"; const kpis = [ { title: "PNL ($)",