Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Feb 26, 2024
1 parent 33fb11a commit 7b3b821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/EmptyCallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function EmptyCallToAction({
size="sm"
label={label}
variant="primary"
icon={icon || undefined}
icon={icon}
onClick={onClick}
/>
);
Expand Down

0 comments on commit 7b3b821

Please sign in to comment.