Skip to content

Commit

Permalink
Removes unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoAlc committed Nov 23, 2021
1 parent 3d35a66 commit 0bb3f00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Popover/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const propTypes = {
* This is a convenience wrapper around the Modal component for a responsive Popover.
* On small screen widths, it uses BottomDocked modal type, and a Popover type on wide screen widths.
*/

const Popover = props => (
<Modal
type={props.isSmallScreenWidth ? CONST.MODAL.MODAL_TYPE.BOTTOM_DOCKED : CONST.MODAL.MODAL_TYPE.POPOVER}
Expand Down

0 comments on commit 0bb3f00

Please sign in to comment.