-
- Type:
- {getMissionTypeLabel(mission.missionType)}
-
-
-
- Durée:
- {getDuration(mission.projection)}
-
-
-
- Participation:
- {getParticipationLabel(mission.participation)}
-
-
- {mission.services && mission.services.length > 0 && (
-
-
Services:
-
- {mission.services.map(service => (
-
- {service}
-
- ))}
-
+ {mission.services && mission.services.length > 0 && (
+
+
Services:
+
+ {mission.services.map(service => (
+
+ {service}
+
+ ))}
- )}
-
+
+ )}
+
+ {/* ODD scope icon - moved here and enlarged */}
+ {oddInfo.number && (
+
+
+

{
+ // Fallback if image fails to load
+ (e.target as HTMLImageElement).style.display = 'none';
+ }}
+ />
+
+
+ )}
{/* Card Footer */}
@@ -277,28 +277,11 @@ export default function MissionsPage() {
Créée le {formatDate(mission.createdAt)}
-