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

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

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

Loading…
Cancel
Save