small fix

merge-requests/626/head
Elham Rababah 5 years ago
parent 7bc897bf39
commit 6153c81aa4

@ -34,7 +34,7 @@ class DoctorReplyScreen extends StatelessWidget {
}, },
child: AppScaffold( child: AppScaffold(
baseViewModel: model, baseViewModel: model,
appBarTitle: "ghgh",//TranslationBase.of(context).replay2, appBarTitle: TranslationBase.of(context).replay2,
isShowAppBar: false, isShowAppBar: false,
body: model.listDoctorWorkingHoursTable.isEmpty body: model.listDoctorWorkingHoursTable.isEmpty
? DrAppEmbeddedError(error: TranslationBase.of(context).noItem) ? DrAppEmbeddedError(error: TranslationBase.of(context).noItem)

Loading…
Cancel
Save