Skip to content

Commit

Permalink
I think it's missing this
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchydroide committed Dec 28, 2022
1 parent 559a77d commit 11f61dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class PopoverReportActionContextMenu extends React.Component {
shouldComponentUpdate(nextProps, nextState) {
return this.state.isPopoverVisible !== nextState.isPopoverVisible
|| this.state.popoverAnchorPosition !== nextState.popoverAnchorPosition
|| this.state.isDeleteCommentConfirmModalVisible !== nextState.isDeleteCommentConfirmModalVisible;
|| this.state.isDeleteCommentConfirmModalVisible !== nextState.isDeleteCommentConfirmModalVisible
|| this.props.preferredLocale !== this.nextProps.preferredLocale;
}

componentWillUnmount() {
Expand Down

0 comments on commit 11f61dc

Please sign in to comment.