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(
baseViewModel: model,
appBarTitle: "ghgh",//TranslationBase.of(context).replay2,
appBarTitle: TranslationBase.of(context).replay2,
isShowAppBar: false,
body: model.listDoctorWorkingHoursTable.isEmpty
? DrAppEmbeddedError(error: TranslationBase.of(context).noItem)

Loading…
Cancel
Save