Refactor ProfileContent to use ErrorService for error handling and update instantiation in SettingsContent

This commit is contained in:
Van Leemput Dayron
2025-11-06 15:38:05 +01:00
parent 3b633f10e4
commit 75f51f8cf5
3 changed files with 18 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ class SettingsContent extends StatelessWidget {
padding: const EdgeInsets.all(16),
children: [
// Section Profil intégrée
const ProfileContent(),
ProfileContent(),
const SizedBox(height: 20),