diff --git a/src/studylist/StudyListWithData.js b/src/studylist/StudyListWithData.js index d855eb71d..fa406a18a 100644 --- a/src/studylist/StudyListWithData.js +++ b/src/studylist/StudyListWithData.js @@ -234,27 +234,27 @@ class StudyListWithData extends Component { console.warn(this.state.studies); const studyList = ( - - {({ getRootProps, getInputProps }) => ( -
- {this.state.studies ? ( - - {healthCareApiButtons} - {healthCareApiWindows} - - ) : ( -
+
+ {this.state.studies ? ( + + {healthCareApiButtons} + {healthCareApiWindows} + + ) : ( + + {({ getRootProps, getInputProps }) => ( +

{this.props.t( 'Drag and Drop DICOM files here to load them in the Viewer' @@ -266,9 +266,9 @@ class StudyListWithData extends Component {

)} -
+ )} - +
); return ( <>