Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Feb 7, 2025
1 parent 09dc98c commit 22efe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin-ui/src/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const iconVariants = cva("", {
interface IconProps
extends Omit<React.HTMLAttributes<HTMLOrSVGElement>, "color">,
VariantProps<typeof iconVariants> {
label: string; // We don't want to force the label to be required.
label: string;
icon: React.ReactElement;
}

Expand Down

0 comments on commit 22efe18

Please sign in to comment.