Skip to content

Commit

Permalink
missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwabco committed Sep 20, 2024
1 parent 0d2bd59 commit 812d580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Sidebar/InfoPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const InfoPopover: React.FC<InfoPopoverProps> = ({ infoText, className })
<PopoverHandler {...popoverTriggers}>
<div><IoMdInformationCircleOutline className="text-[#72788D] text-lg" /></div>
</PopoverHandler>
<PopoverContent {...popoverTriggers} className="z-50 max-w-[24rem]" placeholder="">
<PopoverContent onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined} {...popoverTriggers} className="z-50 max-w-[24rem]" placeholder="">
<div className="mb-2 flex items-center justify-between gap-4">
{infoText}
</div>
Expand Down

0 comments on commit 812d580

Please sign in to comment.