diff --git a/src/components/OptionRow.js b/src/components/OptionRow.js index bf71013e595d..59faa18eb45c 100644 --- a/src/components/OptionRow.js +++ b/src/components/OptionRow.js @@ -96,6 +96,7 @@ class OptionRow extends Component { || this.props.showSelectedState !== nextProps.showSelectedState || this.props.showTitleTooltip !== nextProps.showTitleTooltip || !_.isEqual(this.props.option.icons, nextProps.option.icons) + || this.props.optionIsFocused !== nextProps.optionIsFocused || this.props.option.text !== nextProps.option.text || this.props.option.alternateText !== nextProps.option.alternateText || this.props.option.descriptiveText !== nextProps.option.descriptiveText