Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyvc authored and DavieReid committed Oct 5, 2023
1 parent 56bbad4 commit fd2d055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/Tag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const Tag: React.FC<React.PropsWithChildren<TagProps>> = ({
>
{iconName && (
<span className={styles.icon}>
{/* TODO icon size is 1 if tag is small, 2 if tag is medium and 3 if tag is large */}
<Icon name={iconName} size={iconSizeMap[size]} />
</span>
)}
Expand Down

0 comments on commit fd2d055

Please sign in to comment.