|
|
|
@ -76,7 +76,6 @@ class _MyAppointmentsState extends State<MyAppointments>
|
|
|
|
return AppScaffold(
|
|
|
|
return AppScaffold(
|
|
|
|
appBarTitle: TranslationBase.of(context).myAppointments,
|
|
|
|
appBarTitle: TranslationBase.of(context).myAppointments,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowBottomNavBar: false,
|
|
|
|
|
|
|
|
imagesInfo: imagesInfo,
|
|
|
|
imagesInfo: imagesInfo,
|
|
|
|
description: TranslationBase.of(context).infoMyAppointments,
|
|
|
|
description: TranslationBase.of(context).infoMyAppointments,
|
|
|
|
body: Container(
|
|
|
|
body: Container(
|
|
|
|
|