Skip to content

Commit

Permalink
Fix: Fixed eslint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexappleget committed Oct 8, 2024
1 parent 2deb8ba commit d8b2f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LinkCustom/LinkCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface ILinkCustomProps extends VariantProps<typeof linkCustomVariants> {
className?: string;
dataTestidProp?: string;
href: string;
onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
onClick?: ({}: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
}

/**
Expand Down

0 comments on commit d8b2f69

Please sign in to comment.