fix issue#5

fix_issues
Mohammad Aljmma 4 years ago
parent a742f896be
commit 7b55454fde

@ -16,6 +16,7 @@ class PaymentService extends StatelessWidget {
ProjectViewModel projectViewModel = Provider.of(context);
return AppScaffold(
isShowAppBar: true,
isShowDecPage: false,
appBarTitle: TranslationBase.of(context).paymentService,
body: SingleChildScrollView(
child: Container(

Loading…
Cancel
Save