diff --git a/src/components/DisplayNames/index.js b/src/components/DisplayNames/index.js index fd1bcaf8a6e0..9f4dcc9459c2 100644 --- a/src/components/DisplayNames/index.js +++ b/src/components/DisplayNames/index.js @@ -111,7 +111,7 @@ class DisplayNames extends PureComponent { {index < this.props.displayNamesWithTooltips.length - 1 && } ))} - {this.props.displayNamesWithTooltips.length > 1 && this.state.isEllipsisActive && ( + {this.props.displayNamesWithTooltips.length > 1 && Boolean(this.state.isEllipsisActive) && ( {/* There is some Gap for real ellipsis so we are adding 4 `.` to cover */}