diff --git a/packages/esm-patient-medications-app/src/components/medications-details-table.component.tsx b/packages/esm-patient-medications-app/src/components/medications-details-table.component.tsx index 55ac81fe16..9ba87ccf88 100644 --- a/packages/esm-patient-medications-app/src/components/medications-details-table.component.tsx +++ b/packages/esm-patient-medications-app/src/components/medications-details-table.component.tsx @@ -93,7 +93,7 @@ const MedicationsDetailsTable = connect<
{capitalize(medication.drug?.concept?.display)} —{' '} - {medication.drug?.strength.toLowerCase()} — {medication.drug.dosageForm.display.toLowerCase()} + {medication.drug?.strength.toLowerCase()} — {medication.drug?.dosageForm?.display.toLowerCase()}
{t('dose', 'Dose').toUpperCase()}{' '}
diff --git a/packages/esm-patient-medications-app/src/order-basket/order-basket.component.tsx b/packages/esm-patient-medications-app/src/order-basket/order-basket.component.tsx
index 7ea6a54063..e7ff3037c3 100644
--- a/packages/esm-patient-medications-app/src/order-basket/order-basket.component.tsx
+++ b/packages/esm-patient-medications-app/src/order-basket/order-basket.component.tsx
@@ -218,7 +218,7 @@ const OrderBasket = connect