From bdfc18141fea55568227de48e9b6cb61538ea6ce Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 3 Jan 2020 19:06:19 +0100 Subject: biggan new, results js --- app/client/modules/biggan/views/biggan.results.js | 30 +---------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'app/client/modules/biggan/views/biggan.results.js') diff --git a/app/client/modules/biggan/views/biggan.results.js b/app/client/modules/biggan/views/biggan.results.js index d76b301..3cdb470 100644 --- a/app/client/modules/biggan/views/biggan.results.js +++ b/app/client/modules/biggan/views/biggan.results.js @@ -54,34 +54,6 @@ class BigGANResults extends Component { } }} /> -
- -

renders on server

- { - e.preventDefault() - e.stopPropagation() - console.log('picked a result', file) - this.handlePick(file) - }} - /> -
- -

folders on server

- { - e.preventDefault() - e.stopPropagation() - console.log('picked a result', file) - this.handlePick(file) - }} - /> @@ -102,4 +74,4 @@ const mapDispatchToProps = (dispatch, ownProps) => ({ // audioPlayer: bindActionCreators(audioPlayerActions, dispatch), }) -export default connect(mapStateToProps, mapDispatchToProps)(bigganResults) +export default connect(mapStateToProps, mapDispatchToProps)(BigGANResults) -- cgit v1.2.3-70-g09d2