Skip to content

Commit

Permalink
fix(Pgination): Fix bottom pagination layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj committed Apr 29, 2024
1 parent a920efd commit 16fdac0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
);

return (
// <div ref={containerRef}>
<Popper
trigger={toggle}
triggerRef={toggleRef}
Expand All @@ -220,7 +219,6 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
appendTo={containerRef?.current || undefined}
minWidth={minWidth !== undefined ? minWidth : 'revert'}
/>
// </div>
);
};

Expand Down

0 comments on commit 16fdac0

Please sign in to comment.