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 && ( - - )}