small fix in prescription_items_page

merge-requests/521/head
Elham Rababah 5 years ago
parent 7b7ce4e037
commit b59bd0bd43

@ -30,6 +30,7 @@ class PrescriptionItemsPage extends StatelessWidget {
model.getPrescriptionReport(prescriptions: prescriptions,patient: patient),
builder: (_, model, widget) => AppScaffold(
isShowAppBar: true,
backgroundColor: Colors.grey[100],
baseViewModel: model,
appBar: PatientProfileHeaderWhitAppointmentAppBar(
patient: patient,

Loading…
Cancel
Save