diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 17:38:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 17:38:14 +0200 |
| commit | f6d7fcbb50ef57f1f7d7ca8cacd711ffd576e600 (patch) | |
| tree | 9d6a4882d428da7098c4244f5ca56267afe8cc1b /frontend/views/upload/upload.container.js | |
| parent | 5b480258322682fdc4fa987770df9e719315f167 (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.js | 5 |
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, |
