@ -135,7 +135,7 @@ class LabResultWidget extends StatelessWidget {
color: Colors.white,
child: Center(
child: AppText(
patientLabResultList[index].resultValue +
"${patientLabResultList[index].resultValue ?? ""}" +
" " +
"${patientLabResultList[index].uOM ?? ""}",
textAlign: TextAlign.center,
@ -326,7 +326,7 @@ class PatientProfileHeaderWhitAppointmentAppBar extends StatelessWidget
'${TranslationBase.of(context).dr}$doctorName',
color: Colors.black,
fontWeight: FontWeight.w600,
fontSize: 12,
fontSize: 9,
),
if (orderNo != null && !isPrescriptions)
Row(