Refactor ProfileContent to use ErrorService for error handling and update instantiation in SettingsContent
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user