@@ -131,19 +136,18 @@ const ViewportActionBar = ({
)}
- {showPatientInfo && (
-
- )}
+
);
};
@@ -174,7 +178,7 @@ ViewportActionBar.propTypes = {
ViewportActionBar.defaultProps = {
showNavArrows: true,
- showPatientInfo: true,
+ showPatientInfo: false,
};
function PatientInfo({
@@ -185,11 +189,14 @@ function PatientInfo({
thickness,
spacing,
scanner,
+ isOpen,
}) {
return (