Skip to content

Commit

Permalink
Fixed some smaller errors and Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ser888gio committed Sep 11, 2024
1 parent e22b351 commit 9e76aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const badge = cva(
},
},
},
})
);

const Badge: React.FC<BadgeProps> = ({
icon = false,
Expand Down

0 comments on commit 9e76aa6

Please sign in to comment.