Skip to content

Commit

Permalink
update onClick type
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadex committed Mar 19, 2024
1 parent 6bde74a commit 85f22af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/ui/components/CTAButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function CTAButton({
customStyle?: string;
customTextStyle?: string;
testID: string;
onClick?: any;
onClick?: () => void;
}) {
return (
<button
Expand Down

0 comments on commit 85f22af

Please sign in to comment.