Skip to content

Commit

Permalink
Update packages/design-system/src/components/Badge/variants/BadgePopo…
Browse files Browse the repository at this point in the history
…ver.tsx

Co-authored-by: Mathieu Huchet <[email protected]>
  • Loading branch information
jmainguytalend and mhuchet authored Jan 30, 2024
1 parent 131c933 commit b584062
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const BadgePopover = forwardRef((props: BadgePopoverProps, ref: Ref<HTMLSpanElem
const { children, value } = props;

const [showPopover, setShowPopover] = useState(false);
// const popover = usePopover({ modal: false, open: showPopover, placement: 'bottom-start' });

return (
<BadgePrimitive {...props} ref={ref}>
Expand Down

0 comments on commit b584062

Please sign in to comment.