Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jul 25, 2022
1 parent 1210006 commit 7967da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const Popover = (
padding: 1, // Necessary to avoid flickering at the edge of the viewport.
} )
: undefined,

hasArrow ? arrow( { element: arrowRef } ) : undefined,
].filter( ( m ) => !! m );
const slotName = useContext( slotNameContext ) || __unstableSlotName;
Expand Down

0 comments on commit 7967da9

Please sign in to comment.