mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
Remove misplaced getExtensions call in handleReportClick (5!)
This commit is contained in:
parent
058b851823
commit
b2ddc50529
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ class Preview extends React.Component {
|
||||||
}
|
}
|
||||||
handleReportClick () {
|
handleReportClick () {
|
||||||
this.setState({report: {...this.state.report, open: true}});
|
this.setState({report: {...this.state.report, open: true}});
|
||||||
this.getExtensions(5);
|
|
||||||
}
|
}
|
||||||
handleReportClose () {
|
handleReportClose () {
|
||||||
this.setState({report: {...this.state.report, open: false}});
|
this.setState({report: {...this.state.report, open: false}});
|
||||||
|
|
Loading…
Reference in a new issue