Skip to content

Commit

Permalink
Remove erroneous promise "cancel" when SST component unmounts
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-glover committed Dec 8, 2018
1 parent a434d4e commit d1f12a1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ export default class StatisticalSummaryTable extends React.Component {
}
}

componentWillUnmount() {
if (this.dataRequest) {
this.dataRequest.cancel();
}
}

// Data fetching

getAndValidateData(metadata) {
Expand Down

0 comments on commit d1f12a1

Please sign in to comment.