bug fixes

merge-requests/809/head
mosazaid 3 years ago
parent 829d7b9be7
commit dba43fb7bd

@ -15,7 +15,7 @@ class LabResultHistoryPage extends StatelessWidget {
final PatiantInformtion patient;
LabResultHistoryPage({this.patientLabOrder, this.filterName, this.patient});
// TODO mosa changes
@override
Widget build(BuildContext context) {
return BaseView<LabsViewModel>(

@ -75,8 +75,6 @@ class MedicalReportDetailPage extends StatelessWidget {
),
),
child: Html(
data: medicalReport.reportDataHtml ?? ""
),
) : Container(

Loading…
Cancel
Save