fix issue

merge-requests/543/head
Fatimah Alshammari 4 years ago
parent e640f41c35
commit 7bbabd798a

@ -84,6 +84,9 @@ class _OrderDetailsPageState extends State<OrderDetailsPage> {
appBarTitle: TranslationBase.of(context).orderDetail, appBarTitle: TranslationBase.of(context).orderDetail,
isShowAppBar: true, isShowAppBar: true,
isPharmacy: true, isPharmacy: true,
showPharmacyCart: false,
showHomeAppBarIcon: false,
isBottomBar: true,
baseViewModel: model, baseViewModel: model,
body: model.orderListModel.length > 0 body: model.orderListModel.length > 0
? Container( ? Container(

Loading…
Cancel
Save