Skip to content

Commit

Permalink
fix: fix ListGroup component
Browse files Browse the repository at this point in the history
  • Loading branch information
bacali95 committed Mar 18, 2022
1 parent 0f18211 commit 5eda5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/list-group/ListGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const ListGroupComponent: FC<ListGroupProps> = ({ children, className }) => (
</div>
);

ListGroupComponent.displayName = 'ListGroup';
ListGroupItem.displayName = 'ListGroup.Item';

export const ListGroup = Object.assign(ListGroupComponent, { Item: ListGroupItem });

0 comments on commit 5eda5ed

Please sign in to comment.