demo seed change

This commit is contained in:
Urtzi Alfaro
2025-12-13 23:57:54 +01:00
parent f3688dfb04
commit ff830a3415
299 changed files with 20328 additions and 19485 deletions

View File

@@ -193,7 +193,7 @@ const MaquinariaPage: React.FC = () => {
maintenance: { color: getStatusColor('info'), text: t('equipment_status.maintenance'), icon: Wrench },
down: { color: getStatusColor('error'), text: t('equipment_status.down'), icon: AlertTriangle }
};
return configs[status];
return configs[status] || { color: getStatusColor('other'), text: status, icon: Settings };
};
const getTypeIcon = (type: Equipment['type']) => {