diff --git a/src/pages/LandingPage/PartyList/index.tsx b/src/pages/LandingPage/PartyList/index.tsx index 68e75777..3873311e 100644 --- a/src/pages/LandingPage/PartyList/index.tsx +++ b/src/pages/LandingPage/PartyList/index.tsx @@ -51,12 +51,12 @@ function PartyList() { } finally { setLoading(false); } - }, [region, nowDate, num, price]); + }, [region, nowDate, num, price, ramdomSeed]); useEffect(() => { getData(); window.scrollTo({ top: 0 }); - }, [region, nowDate, num, price]); + }, [region, nowDate, num, price, ramdomSeed]); if (loading) return null; if (partyData.length === 0 && driverData.length === 0) return ;