- {show(props.conditions) &&
}
- {show(props.medications) &&
}
- {show(props.observations) &&
}
- {show(props.reports) &&
}
- {show(props.careplans) &&
}
- {show(props.procedures) &&
}
- {show(props.encounters) &&
}
- {show(props.allergies) &&
}
- {show(props.immunizations) &&
}
- {show(props.documents) &&
}
- {show(props.medias) &&
}
+ {show(props.conditions) &&
}
+ {show(props.medications) &&
}
+ {show(props.observations) &&
}
+ {show(props.reports) &&
}
+ {show(props.careplans) &&
}
+ {show(props.procedures) &&
}
+ {show(props.encounters) &&
}
+ {show(props.allergies) &&
}
+ {show(props.immunizations) &&
}
+ {show(props.documents) &&
}
+ {show(props.medias) &&
}
);
};
diff --git a/src/ui/components/PatientViewer/utils.jsx b/src/ui/components/PatientViewer/utils.jsx
index 6a817ff..4f3061f 100644
--- a/src/ui/components/PatientViewer/utils.jsx
+++ b/src/ui/components/PatientViewer/utils.jsx
@@ -57,6 +57,6 @@ export const extractMedia = m => {
const data = m.content.data;
const url = `data:${contentType};base64, ${data}`;
return (
-