actuallyReallyAlex/gh-jobs

๐Ÿ™ˆ Pagination - Reset on Hide

Closed this issue ยท 0 comments

Given that a user is on the last page of pagination, when they hide all jobs on that page, then the previous page becomes the new "last page" and those jobs are displayed.

Given that currentPage === totalPages, when all jobs on that page are hidden, then a reset of currentPage occurs.


  • Add Logic
  • Add Test Case
  • Lint
  • Test