Skip to content

Commit

Permalink
gfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jun 17, 2024
1 parent e96d8ff commit 3a8f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ui/link-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const LinkPreview = ({
<HoverCardPrimitive.Root
openDelay={50}
closeDelay={100}
onOpenChange={(open) => {
onOpenChange={(open: any) => {
setOpen(open);
}}
>
Expand Down

0 comments on commit 3a8f09c

Please sign in to comment.