Skip to content

fix(site): do not return next page if the current size is lower than the limit #10287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove console log
  • Loading branch information
BrunoQuaresma committed Oct 16, 2023
commit 631fc7fd769c37d65f83566065024261f444018f
2 changes: 0 additions & 2 deletions site/src/pages/WorkspacePage/WorkspacePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export const WorkspacePage: FC = () => {
enabled: Boolean(workspace),
});

console.log(buildsQuery.hasNextPage);

if (pageError) {
return (
<Margins>
Expand Down