commit 199886eb614548526fe947e49481af50c8a78327 parent 17dfee5ab0da9d8afcc61b97ec67257f1a039435 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Mon, 24 Nov 2025 17:16:16 +0900 -remove test data again Diffstat:
| M | packages/merchant-backoffice-ui/src/paths/instance/statistics/list/index.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/statistics/list/index.tsx b/packages/merchant-backoffice-ui/src/paths/instance/statistics/list/index.tsx @@ -599,7 +599,7 @@ export default function Statistics({ } revenueStats.set(revenueSlug, res.body); } - if (true) { + if (false) { addTestValues(ordersStats, revenueStats); console.log(revenueStats); }