diff --git a/src/App.jsx b/src/App.jsx index 1de06f7f..9ed8bb90 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -141,7 +141,7 @@ const lotData = [ })}, ]; -const context = "{'purchase': None, 'client': None, 'supplier': None, 'sale': None, 'product': None}"; +const context = {purchase: null, client: null, supplier: null, sale: null, product: null}; const kpis = [ { title: "PNL ($)",