Remove misplaced getExtensions call in handleReportClick (5!)

This commit is contained in:
Connor Hudson 2018-06-20 15:58:34 -04:00
parent 058b851823
commit b2ddc50529

View file

@ -130,7 +130,6 @@ class Preview extends React.Component {
}
handleReportClick () {
this.setState({report: {...this.state.report, open: true}});
this.getExtensions(5);
}
handleReportClose () {
this.setState({report: {...this.state.report, open: false}});