diff --git a/packages/terra-popup/src/Popup.jsx b/packages/terra-popup/src/Popup.jsx index e960c495d1..7865191959 100644 --- a/packages/terra-popup/src/Popup.jsx +++ b/packages/terra-popup/src/Popup.jsx @@ -106,7 +106,7 @@ const propTypes = { */ onClick: PropTypes.func, /** - * To determine if the popup is opening from the menu. + * To determine if menu is opened inside the popup. */ isMenu: PropTypes.bool, }; diff --git a/packages/terra-popup/src/_PopupContent.jsx b/packages/terra-popup/src/_PopupContent.jsx index b7d4c1a93d..c48c67ba39 100644 --- a/packages/terra-popup/src/_PopupContent.jsx +++ b/packages/terra-popup/src/_PopupContent.jsx @@ -83,7 +83,7 @@ const propTypes = { */ refCallback: PropTypes.func, /** - * To determine if the popup is opening from the menu. + * To determine if menu is opened inside the popup */ isMenu: PropTypes.bool, }; @@ -118,7 +118,7 @@ class PopupContent extends React.Component { ); - return {children}; + return {children}; } static isBounded(value, maxValue) { diff --git a/packages/terra-popup/tests/jest/__snapshots__/Popup.test.jsx.snap b/packages/terra-popup/tests/jest/__snapshots__/Popup.test.jsx.snap index 104470e7aa..ca4b5f7628 100644 --- a/packages/terra-popup/tests/jest/__snapshots__/Popup.test.jsx.snap +++ b/packages/terra-popup/tests/jest/__snapshots__/Popup.test.jsx.snap @@ -139,7 +139,7 @@ exports[`correctly applies the theme context className 1`] = ` style="height: 80px; width: 240px;" >