diff --git a/src/components/PopoverMenu/BasePopoverMenu.js b/src/components/PopoverMenu/BasePopoverMenu.js index 82e0727c163b..2b4c926168aa 100644 --- a/src/components/PopoverMenu/BasePopoverMenu.js +++ b/src/components/PopoverMenu/BasePopoverMenu.js @@ -37,7 +37,7 @@ class BasePopoverMenu extends PureComponent { animationOut={this.props.animationOut} > - {this.props.headerText && ( + {!_.isEmpty(this.props.headerText) && (