This commit is contained in:
Hamza-Ayed
2024-07-16 18:13:40 +03:00
parent 4ffaa591fa
commit e6305f4ddc
9 changed files with 246 additions and 140 deletions

View File

@@ -54,8 +54,10 @@ class DriverWalletHistoryController extends GetxController {
Get.back();
},
));
} else {
weeklyList = jsonDecode(res)['message'];
}
weeklyList = jsonDecode(res)['message'];
isLoading = false;
update();
}