Skip to content

Commit

Permalink
refactor onclick handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed Nov 19, 2024
1 parent 56ee888 commit f85c3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const RandomCardDisplay: FC = () => {
/>
</div>
)}
<Button block size="lg" color="primary" onClick={() => selectCard()}>
<Button block size="lg" color="primary" onClick={selectCard}>
New Card
</Button>
</>
Expand Down

0 comments on commit f85c3d4

Please sign in to comment.