From fa32f92f22d07a19b7304bd39f1f9ec1f754caf1 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 May 2026 17:08:31 +0200 Subject: [PATCH] fix: restaurer return() manquant dans ContactsSection (Settings.tsx) --- frontend/src/pages/Settings.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index a4cdb41..7ea572d 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -579,6 +579,13 @@ function ContactsSection() { } } + return ( +
+