amélioration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user