diff --git a/src/incidents/list/ViewIncidents.tsx b/src/incidents/list/ViewIncidents.tsx index 9f59d9dd99..88c72fdf35 100644 --- a/src/incidents/list/ViewIncidents.tsx +++ b/src/incidents/list/ViewIncidents.tsx @@ -66,7 +66,6 @@ const ViewIncidents = () => {
row.id} data={incidents} columns={[ diff --git a/src/labs/ViewLabs.tsx b/src/labs/ViewLabs.tsx index 3f99fe242f..36ab36c7c8 100644 --- a/src/labs/ViewLabs.tsx +++ b/src/labs/ViewLabs.tsx @@ -104,7 +104,6 @@ const ViewLabs = () => {
row.id} columns={[ { label: t('labs.lab.code'), key: 'code' }, diff --git a/src/patients/care-plans/CarePlanTable.tsx b/src/patients/care-plans/CarePlanTable.tsx index 3b8fd48535..e25280a7af 100644 --- a/src/patients/care-plans/CarePlanTable.tsx +++ b/src/patients/care-plans/CarePlanTable.tsx @@ -14,7 +14,6 @@ const CarePlanTable = () => { return (
row.id} data={patient.carePlans || []} columns={[ diff --git a/src/patients/labs/LabsTab.tsx b/src/patients/labs/LabsTab.tsx index 5461183ac1..2fd8c80db1 100644 --- a/src/patients/labs/LabsTab.tsx +++ b/src/patients/labs/LabsTab.tsx @@ -38,7 +38,6 @@ const LabsTab = (props: Props) => { )} {labs && labs.length > 0 && (
row.id} data={labs} diff --git a/src/patients/list/ViewPatients.tsx b/src/patients/list/ViewPatients.tsx index 80a093f3d5..51aaa381e2 100644 --- a/src/patients/list/ViewPatients.tsx +++ b/src/patients/list/ViewPatients.tsx @@ -68,7 +68,6 @@ const ViewPatients = () => { const loadingIndicator = const table = (
row.id} columns={[ diff --git a/src/patients/related-persons/RelatedPersonTab.tsx b/src/patients/related-persons/RelatedPersonTab.tsx index e445518ba2..a2247f91d6 100644 --- a/src/patients/related-persons/RelatedPersonTab.tsx +++ b/src/patients/related-persons/RelatedPersonTab.tsx @@ -90,7 +90,6 @@ const RelatedPersonTab = (props: Props) => { {relatedPersons ? ( relatedPersons.length > 0 ? (
row.id} data={relatedPersons} columns={[