Skip to content

Commit

Permalink
chore(Popover): remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpenner committed Dec 9, 2024
1 parent 33c7917 commit eafff79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const usePopoverSurface_unstable = (
const contentRef = usePopoverContext_unstable(context => context.contentRef);
const openOnHover = usePopoverContext_unstable(context => context.openOnHover);
const open = usePopoverContext_unstable(context => context.open);

const setOpen = usePopoverContext_unstable(context => context.setOpen);
const mountNode = usePopoverContext_unstable(context => context.mountNode);
const arrowRef = usePopoverContext_unstable(context => context.arrowRef);
Expand Down

0 comments on commit eafff79

Please sign in to comment.