diff --git a/src/components/Popover/index.native.js b/src/components/Popover/index.native.js index 1c8883220d14..05c193bbad71 100644 --- a/src/components/Popover/index.native.js +++ b/src/components/Popover/index.native.js @@ -17,7 +17,8 @@ const Popover = (props) => { const propsWithoutAnimation = _.omit(props, ['animationIn', 'animationOut', 'popoverAnchorPosition', 'disableAnimation']); return ( {!_.isEmpty(this.props.headerText) && ( diff --git a/src/pages/home/sidebar/SidebarScreen.js b/src/pages/home/sidebar/SidebarScreen.js index d678eeb81fba..8c0d15c79fa4 100755 --- a/src/pages/home/sidebar/SidebarScreen.js +++ b/src/pages/home/sidebar/SidebarScreen.js @@ -148,6 +148,7 @@ class SidebarScreen extends Component { isVisible={this.state.isCreateMenuActive} anchorPosition={styles.createMenuPositionSidebar} onItemSelected={this.onCreateMenuItemSelected} + fromSidebarMediumScreen={!this.props.isSmallScreenWidth} menuItems={[ { icon: Expensicons.ChatBubble,