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)