Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 24, 2023
1 parent 91d67e6 commit a9470a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/downloadCard/DownloadCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface DownloadCardProps {
type: string;
icon?: JSX.Element;
layoutClassName?: string;
handleClick: (e?: any) => any;
handleClick: () => any;
}

export const DownloadCard = ({
Expand Down

0 comments on commit a9470a9

Please sign in to comment.