amélioration

This commit is contained in:
2026-06-16 21:13:33 +02:00
parent ab7b945705
commit d571bde229
+7 -3
View File
@@ -1277,9 +1277,13 @@ export default function InvestissementDetail() {
? <span style={{ color: 'var(--success, #22c55e)', fontSize: 12, fontWeight: 600 }}>
✓ Payé le {fmtDate(matched.date_remb)}
</span>
: <span style={{ color: 'var(--text-muted)', fontSize: 12 }}>
En attente
</span>
: isPast
? <span style={{ color: 'var(--danger, #ef4444)', fontSize: 12, fontWeight: 600 }}>
✗ Échéance non tenue
</span>
: <span style={{ color: 'var(--text-muted)', fontSize: 12 }}>
En attente
</span>
}
</td>
</tr>