From 9a0879bb85a3fb61b967ba1085bd2f6f4074373e Mon Sep 17 00:00:00 2001 From: kkkang <779455866@qq.com> Date: Fri, 13 Sep 2024 00:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20somethings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/app/[locale]/works/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/app/[locale]/works/page.tsx b/apps/web/app/[locale]/works/page.tsx index 60e1051..6c7b511 100644 --- a/apps/web/app/[locale]/works/page.tsx +++ b/apps/web/app/[locale]/works/page.tsx @@ -29,6 +29,7 @@ function Main() { useEffect(() => { getList(1, pageSize, title); + // eslint-disable-next-line react-hooks/exhaustive-deps }, [title]); const renderPoster = (item: any) => {