Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dropdowns/demo/stories/ComboboxStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const ComboboxStory: Story<IArgs> = ({
<Svg />
</span>
</Tag.Avatar>{' '}
{option.tagProps?.children || toLabel(option)}
<span>{option.tagProps?.children || toLabel(option)}</span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remember to update the Website example too. πŸ˜‰

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good call.

</>
) : undefined;

Expand Down
Loading