From e43bfe0d3aeb58e1246a623511bc47cb3ace5ad9 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Thu, 4 Jan 2024 13:34:22 -0500 Subject: [PATCH] Additional Menu Refactors Signed-off-by: Dave Richer --- .../production-list-table/production-list-print.component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/production-list-table/production-list-print.component.jsx b/client/src/components/production-list-table/production-list-print.component.jsx index a4ffea279..e5cd71ecf 100644 --- a/client/src/components/production-list-table/production-list-print.component.jsx +++ b/client/src/components/production-list-table/production-list-print.component.jsx @@ -51,7 +51,6 @@ export function ProductionListPrint({bodyshop}) { }; }), { - key: key, label: t("reportcenter.templates.production_by_technician_one"), children: bodyshop.employees .filter((e) => e.active)