Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- the previous and next buttons took people to /browse/PAGENUMBER rather than /browse/?page=PAGENUMBER, where the frontend expects the latter. Fixed. - having fixed that, when we go to a new page, the listings do not refresh because the useEffect calling handleSearch has never been called; the useEffect hook now updates when pageNumber changes.
- Loading branch information