fix(mobile): center loading spinner in people page (#18781)

fix: center loading spinner in people page
pull/18763/head^2
Yaros 2025-05-30 23:45:29 +07:00 committed by GitHub
parent 9d04853b34
commit f4e4e6628e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -133,7 +133,7 @@ class PeopleCollectionPage extends HookConsumerWidget {
);
},
error: (error, stack) => const Text("error"),
loading: () => const CircularProgressIndicator(),
loading: () => const Center(child: CircularProgressIndicator()),
),
);
},