summaryrefslogtreecommitdiff
path: root/app/client/modules/samplernn/samplernn.new.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 15:03:13 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 15:04:12 +0200
commitba825eb101f8ca1cbf5de7a87c6c2995a0d687a5 (patch)
tree049b6d2cc7d4517f763b357ba29feb2a6cc2e578 /app/client/modules/samplernn/samplernn.new.js
parent0db903f139aa2eb91308f99bb3be3619c2d9b217 (diff)
du command
Diffstat (limited to 'app/client/modules/samplernn/samplernn.new.js')
-rw-r--r--app/client/modules/samplernn/samplernn.new.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/client/modules/samplernn/samplernn.new.js b/app/client/modules/samplernn/samplernn.new.js
index 8d8b68c..a6e4fd3 100644
--- a/app/client/modules/samplernn/samplernn.new.js
+++ b/app/client/modules/samplernn/samplernn.new.js
@@ -20,7 +20,11 @@ class SampleRNNNew extends Component {
}
render(){
const { history } = this.props
- return <NewDatasetForm module={samplernnModule} history={history} />
+ return (
+ <div class='app samplernn'>
+ <NewDatasetForm module={samplernnModule} history={history} />
+ </div>
+ )
}
}
const mapStateToProps = state => ({