demo seed change
This commit is contained in:
@@ -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']) => {
|
||||
|
||||
Reference in New Issue
Block a user