diff --git a/src/App.jsx b/src/App.jsx index 1de06f7f..dccf6145 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -141,7 +141,13 @@ 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 ($)",