Skip to content

Commit

Permalink
fix: pagination 의존성 배열 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
minSsan committed May 29, 2024
1 parent 340121f commit 0fdfe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Pagination({
searchParams,
});
},
[updateQueryString],
[searchParams, updateQueryString],
);

return (
Expand Down

0 comments on commit 0fdfe4c

Please sign in to comment.