Skip to content

Commit

Permalink
Cleaner code
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jan 3, 2023
1 parent f39be0e commit 55f1969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function UnforwardedDropdown(
{ ...popoverProps }
className={ classnames(
'components-dropdown__content',
popoverProps ? popoverProps.className : undefined,
popoverProps?.className,
contentClassName
) }
>
Expand Down

0 comments on commit 55f1969

Please sign in to comment.