mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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 () {
|
||||
this.setState({report: {...this.state.report, open: true}});
|
||||
this.getExtensions(5);
|
||||
}
|
||||
handleReportClose () {
|
||||
this.setState({report: {...this.state.report, open: false}});
|
||||
|
|
Loading…
Reference in a new issue