Skip to content

Commit 6221565

Browse files
committed
prettify
1 parent 0b3c34f commit 6221565

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/react-select/src/Select.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,11 @@ export default class Select<
19611961
};
19621962

19631963
const menuElement = (
1964-
<MenuPlacer {...commonProps} {...menuPlacementProps} isLoading={isLoading}>
1964+
<MenuPlacer
1965+
{...commonProps}
1966+
{...menuPlacementProps}
1967+
isLoading={isLoading}
1968+
>
19651969
{({ ref, placerProps: { placement, maxHeight } }) => (
19661970
<Menu
19671971
{...commonProps}

0 commit comments

Comments
 (0)