Skip to content

Commit

Permalink
Set VuiTopicButton onClick to be optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Nov 15, 2023
1 parent 5a8aa24 commit f2acbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/topicButton/TopicButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Props = {
children?: React.ReactNode;
className?: string;
href?: string;
onClick: () => void;
onClick?: () => void;
title?: string;
};

Expand Down

0 comments on commit f2acbab

Please sign in to comment.