Skip to content

Commit 8f1b7d4

Browse files
authored
Merge pull request #3 from offbeatjs/patch-3
Remove searchParams from Pagination component
2 parents d75dcb2 + e353838 commit 8f1b7d4

File tree

1 file changed

+0
-1
lines changed
  • src/app/(public)/repos/[language]

1 file changed

+0
-1
lines changed

src/app/(public)/repos/[language]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export default async function ReposPage({
6464
<Pagination
6565
page={page}
6666
totalCount={repos.total_count}
67-
searchParams={sp}
6867
/>
6968
</div>
7069
</div>

0 commit comments

Comments
 (0)