Skip to content

Commit

Permalink
pagination fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyRomero committed Dec 13, 2023
1 parent 1081273 commit 54937e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(root)/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async function Page({
path='search'
pageNumber={searchParams?.page ? +searchParams.page : 1}
isNext={result.isNext}
filter={false}
/>
</section>
);
Expand Down

0 comments on commit 54937e0

Please sign in to comment.