Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka committed Aug 22, 2023
1 parent b7b335a commit e02fe89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react-select/src/Select.tsx
Expand Up @@ -1961,7 +1961,11 @@ export default class Select<
};

const menuElement = (
<MenuPlacer {...commonProps} {...menuPlacementProps} isLoading={isLoading}>
<MenuPlacer
{...commonProps}
{...menuPlacementProps}
isLoading={isLoading}
>
{({ ref, placerProps: { placement, maxHeight } }) => (
<Menu
{...commonProps}
Expand Down

0 comments on commit e02fe89

Please sign in to comment.