fixed services

This commit is contained in:
amirrezaghabeli
2025-08-27 13:03:09 +03:30
parent 8a972784d6
commit bcd499843b
20 changed files with 112 additions and 108 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ class TendersViewModel with ChangeNotifier {
}
Future<void> loadMoreTenders() async {
if (_isLoadingMore || !_hasMoreData) return;
if (_isLoadingMore || !_hasMoreData) {
return;
}
_isLoadingMore = true;
_errorMessage = null;