Skip to content

Commit

Permalink
Merge pull request #162 from ConductionNL/feature/OP-112/Download-car…
Browse files Browse the repository at this point in the history
…d-nlds

cleanup
  • Loading branch information
remko48 authored Nov 24, 2023
2 parents 0eb8efc + a9470a9 commit 76bf4c2
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 76bf4c2

Please sign in to comment.