diff --git a/frontend/src/pages/Dashboard/Dashboard.jsx b/frontend/src/pages/Dashboard/Dashboard.jsx index d0751c5..27d8346 100644 --- a/frontend/src/pages/Dashboard/Dashboard.jsx +++ b/frontend/src/pages/Dashboard/Dashboard.jsx @@ -43,7 +43,7 @@ function Dashboard() { useEffect(() => { Promise.all([ - listEpisodes(limit = 9), + listEpisodes(9), listTargets(), ]).then(([epData, tgtData]) => { // 按 air_date 倒序取前 9