Skip to content

Commit

Permalink
docs(component): fix missing DropdownComponent displayName property
Browse files Browse the repository at this point in the history
Closes #633
  • Loading branch information
cadomani authored and tulup-conner committed Mar 5, 2023
1 parent eab6bbb commit 305dda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const DropdownComponent: FC<DropdownProps> = ({
);
};

DropdownComponent.displayName = 'Dropdown';
DropdownItem.displayName = 'Dropdown.Item';
DropdownHeader.displayName = 'Dropdown.Header';
DropdownDivider.displayName = 'Dropdown.Divider';
Expand Down

0 comments on commit 305dda8

Please sign in to comment.