Merge remote-tracking branch 'origin/roaa2.8_addnewmedicationservice' into roaa2.8_addnewmedicationservice

merge-requests/957/head
RoaaGhali98 3 years ago
commit f7e509d967

@ -104,10 +104,10 @@ class _InterventionMedicationHistoryScreenState extends State<InterventionMedica
CrossAxisAlignment.start,
children: [
CustomRow(
labelSize: 14,
valueSize: 14,
label: 'Created By: ',
value: model.allInterventionHistoryList[index].createdBy.toString(),
labelSize: 12,
valueSize: 12,
label: 'Created By Name: ',
value: model.allInterventionHistoryList[index].createdByName,
),
],
),
@ -152,12 +152,6 @@ class _InterventionMedicationHistoryScreenState extends State<InterventionMedica
SizedBox(
height: 8,
),
CustomRow(
labelSize: 12,
valueSize: 12,
label: 'Created By Name: ',
value: model.allInterventionHistoryList[index].createdByName,
),
SizedBox(
height: 8,
),

Loading…
Cancel
Save