fix issues

merge-requests/111/head
ibrahim albitar 6 years ago
parent ce5ee4a21e
commit 14527e19b1

@ -55,8 +55,6 @@ class _ReferPatientState extends State<ReferPatientScreen> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return AppScaffold( return AppScaffold(
appBarTitle: "Progress Note", appBarTitle: "Progress Note",
showAppDrawer: false,
showBottomBar: false,
body: patientsProv.isLoading body: patientsProv.isLoading
? DrAppCircularProgressIndeicator() ? DrAppCircularProgressIndeicator()
: patientsProv.isError : patientsProv.isError

Loading…
Cancel
Save