Skip to content

Commit

Permalink
fix: Renamed func ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed Jan 12, 2022
1 parent 9209388 commit 964ee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrorBoundary/BaseErrorBoundary.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BaseErrorBoundary extends React.Component {
constructor(props) {
super(props);
this.state = {hasError: false};
this.onRefresh = this.onRefresh.bind(this);
this.clearError = this.clearError.bind(this);
}

static getDerivedStateFromError() {
Expand Down

0 comments on commit 964ee33

Please sign in to comment.