From 70e52005492cca4f2e57142cd8407af47d17e893 Mon Sep 17 00:00:00 2001 From: Sergio Ramirez Date: Tue, 24 Feb 2026 11:14:04 -0400 Subject: [PATCH] correcion de tipado en equipament_list.tsx --- .../training/components/equipment-list.tsx | 4 +- .../components/product-activity-list.tsx | 84 ++++++++++++++++++- .../training/components/production-list.tsx | 6 +- 3 files changed, 88 insertions(+), 6 deletions(-) diff --git a/apps/web/feactures/training/components/equipment-list.tsx b/apps/web/feactures/training/components/equipment-list.tsx index c26ac7c..e36342e 100644 --- a/apps/web/feactures/training/components/equipment-list.tsx +++ b/apps/web/feactures/training/components/equipment-list.tsx @@ -130,7 +130,7 @@ export function EquipmentList() { {field.machine} @@ -138,7 +138,7 @@ export function EquipmentList() { {field.quantity} diff --git a/apps/web/feactures/training/components/product-activity-list.tsx b/apps/web/feactures/training/components/product-activity-list.tsx index 051d4d6..ca13878 100644 --- a/apps/web/feactures/training/components/product-activity-list.tsx +++ b/apps/web/feactures/training/components/product-activity-list.tsx @@ -438,7 +438,89 @@ export function ProductActivityList() { + + + + + + + + + + + + + + + + {field.description} diff --git a/apps/web/feactures/training/components/production-list.tsx b/apps/web/feactures/training/components/production-list.tsx index d9f80dc..290749a 100644 --- a/apps/web/feactures/training/components/production-list.tsx +++ b/apps/web/feactures/training/components/production-list.tsx @@ -154,7 +154,7 @@ export function ProductionList() { {field.supplyType} @@ -162,12 +162,12 @@ export function ProductionList() { {field.quantity} {field.unit}