We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d80309 commit 5825b74Copy full SHA for 5825b74
packages/react-core/src/components/Pagination/PaginationOptionsMenu.tsx
@@ -209,7 +209,6 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
209
);
210
211
return (
212
- // <div ref={containerRef}>
213
<Popper
214
trigger={toggle}
215
triggerRef={toggleRef}
@@ -220,7 +219,6 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
220
219
appendTo={containerRef?.current || undefined}
221
minWidth={minWidth !== undefined ? minWidth : 'revert'}
222
/>
223
- // </div>
224
225
};
226
0 commit comments