summaryrefslogtreecommitdiff
path: root/frontend/views/upload/upload.container.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 17:38:14 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 17:38:14 +0200
commitf6d7fcbb50ef57f1f7d7ca8cacd711ffd576e600 (patch)
tree9d6a4882d428da7098c4244f5ca56267afe8cc1b /frontend/views/upload/upload.container.js
parent5b480258322682fdc4fa987770df9e719315f167 (diff)
showing pages for graph. getting urls right
Diffstat (limited to 'frontend/views/upload/upload.container.js')
-rw-r--r--frontend/views/upload/upload.container.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/views/upload/upload.container.js b/frontend/views/upload/upload.container.js
index 0096b4f..ea9df5a 100644
--- a/frontend/views/upload/upload.container.js
+++ b/frontend/views/upload/upload.container.js
@@ -25,11 +25,6 @@ class Container extends Component {
}
}
-/*
- <Route exact path='/collection/:id/show/' component={CollectionShow} />
- <Route exact path='/collection/' component={CollectionIndex} />
-*/
-
const mapStateToProps = state => ({
upload: state.upload,
searchOptions: state.search.options,