diff --git a/src/containers/PatientDetails/PatientWearables/index.tsx b/src/containers/PatientDetails/PatientWearables/index.tsx index f5a5ca2f..0cc48ffa 100644 --- a/src/containers/PatientDetails/PatientWearables/index.tsx +++ b/src/containers/PatientDetails/PatientWearables/index.tsx @@ -65,7 +65,8 @@ export function PatientWearables(props: PatientWearablesProps) { usePatientHeaderLocationTitle({ title: t`Wearables` }); if (isFailure(wearablesData)) { - console.log(wearablesData.status, wearablesData.error); + console.log('status', wearablesData.status); + console.log('error', wearablesData.error); } return (