fixed services
This commit is contained in:
@@ -122,7 +122,9 @@ class TendersViewModel with ChangeNotifier {
|
||||
}
|
||||
|
||||
Future<void> loadMoreTenders() async {
|
||||
if (_isLoadingMore || !_hasMoreData) return;
|
||||
if (_isLoadingMore || !_hasMoreData) {
|
||||
return;
|
||||
}
|
||||
|
||||
_isLoadingMore = true;
|
||||
_errorMessage = null;
|
||||
|
||||
Reference in New Issue
Block a user