Skip to content

Commit

Permalink
📝 update somethings
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkangKK committed Sep 12, 2024
1 parent 4f7cf15 commit 9a0879b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/app/[locale]/works/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function Main() {

useEffect(() => {
getList(1, pageSize, title);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [title]);

const renderPoster = (item: any) => {
Expand Down

0 comments on commit 9a0879b

Please sign in to comment.