Skip to content

Commit

Permalink
fix: remove console.log from Pagination component
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley committed Apr 26, 2022
1 parent 07527fe commit 11a3998
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-flowers-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gboost-ui": patch
---

Remove console.log from Pagination component
1 change: 0 additions & 1 deletion packages/gboost-ui/src/QueryTable/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export function Pagination(props: PaginationProps): ReactElement {
pageSizeOptions,
css = {},
} = props;
console.log({ css });
return (
<Box css={{ display: "flex", justifyContent: "end", mt: "$2", ...css }}>
<StyledText>Page Size:</StyledText>
Expand Down

0 comments on commit 11a3998

Please sign in to comment.