From d571bde22926130597b1bc59effa1020c46e2f06 Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 16 Jun 2026 21:13:33 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/InvestissementDetail.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/InvestissementDetail.jsx b/frontend/src/pages/InvestissementDetail.jsx index f57fa3d..2ba1ca2 100644 --- a/frontend/src/pages/InvestissementDetail.jsx +++ b/frontend/src/pages/InvestissementDetail.jsx @@ -1277,9 +1277,13 @@ export default function InvestissementDetail() { ? ✓ Payé le {fmtDate(matched.date_remb)} - : - En attente - + : isPast + ? + ✗ Échéance non tenue + + : + En attente + }