This commit is contained in:
Felipe
2023-07-31 12:49:47 -05:00
parent 809873894c
commit b0d88fc68a
4 changed files with 26 additions and 34 deletions
+2 -2
View File
@@ -434,11 +434,11 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
builder: (context, snapshot) {
if (snapshot.connectionState ==
ConnectionState.waiting) {
return Center(
return const Center(
child: CircularProgressIndicator(),
);
} else if (snapshot.hasError) {
return Center(
return const Center(
child: Text('Error al obtener las ciudades'),
);
} else {