diff --git a/scenes/SceneFilesFolder.js b/scenes/SceneFilesFolder.js index 719d75d1..b131810b 100644 --- a/scenes/SceneFilesFolder.js +++ b/scenes/SceneFilesFolder.js @@ -44,10 +44,8 @@ export default class SceneFilesFolder extends React.Component { } /> - - - {this.props.viewer.library[0].children && - this.props.viewer.library[0].children.length ? ( + + {this.props.viewer.library[0].children && this.props.viewer.library[0].children.length ? ( -
- Drag and drop files into Slate to upload -
+
Drag and drop files into Slate to upload
)}