From 53742568ceebb4f25a05ba24528dfc12291d4dec Mon Sep 17 00:00:00 2001 From: Olivier Date: Fri, 3 Jul 2026 20:01:43 +0200 Subject: [PATCH] =?UTF-8?q?UX=20am=C3=A9lioration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/settings/PlateformesSection.jsx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/settings/PlateformesSection.jsx b/frontend/src/pages/settings/PlateformesSection.jsx index 38895b6..7b82932 100644 --- a/frontend/src/pages/settings/PlateformesSection.jsx +++ b/frontend/src/pages/settings/PlateformesSection.jsx @@ -243,7 +243,20 @@ function PlatDetailPanel({ plat, onEdit }) { /> )} -
Détail de la plateforme
+
+ Détail de la plateforme + {plat.referentiel_id && ( + + )} +
{fields.map(f => (
@@ -253,15 +266,6 @@ function PlatDetailPanel({ plat, onEdit }) { ))}
- {plat.referentiel_id && ( - - )}