show bottom nav in pharmacy all pages

merge-requests/479/head
hussam al-habibeh 4 years ago
parent 46d7e7ee14
commit cb85085969

@ -93,9 +93,10 @@ class _ProfilePageState extends State<PharmacyProfilePage> {
},
builder: (_, model, wi) => AppScaffold(
appBarTitle: TranslationBase.of(context).myAccount,
isShowAppBar: false,
isShowAppBar: true,
isShowDecPage: true,
isPharmacy: true,
//isBottomBar: true,
isMainPharmacyPages: true,
body: user != null

Loading…
Cancel
Save