Skip to content

Commit

Permalink
removed unnecessary div
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Feb 2, 2024
1 parent c5ff6ca commit cbf8ceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const LegacyDiscoverTable = ({

return (
indexPattern && (
<div>
<>
{showPagination ? (
<Pagination
pageCount={pageCount}
Expand Down Expand Up @@ -187,7 +187,7 @@ export const LegacyDiscoverTable = ({
sampleSize={sampleSize}
/>
) : null}
</div>
</>
)
);
};

0 comments on commit cbf8ceb

Please sign in to comment.