Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Oct 10, 2022
1 parent d169d72 commit 67052ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ class Row extends React.PureComponent {
}

componentWillUnmount() {
this.observerEnabler.disconnect();
this.observerDisabler.disconnect();
this.observerEnabler?.disconnect();
this.observerDisabler?.disconnect();
}

handleChangeFocus(nextFocus) {
Expand Down

0 comments on commit 67052ff

Please sign in to comment.