Skip to content

Commit

Permalink
Update app/packages/components/src/components/PillBadge/PillBadge.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Br2850 and coderabbitai[bot] authored Oct 10, 2024
1 parent 1646a62 commit c672a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const PillBadge = ({
) : undefined
}
label={
Array.isArray(text) && Array.isArray(text[0]) ? (
Array.isArray(text) && text.length > 0 && Array.isArray(text[0]) ? (
<Select
value={chipSelection}
variant={"standard"}
Expand Down

0 comments on commit c672a05

Please sign in to comment.