diff --git a/src/app/(home)/major-league-balatro/_components/schedule.tsx b/src/app/(home)/major-league-balatro/_components/schedule.tsx index 22c0150..7eb3da6 100644 --- a/src/app/(home)/major-league-balatro/_components/schedule.tsx +++ b/src/app/(home)/major-league-balatro/_components/schedule.tsx @@ -108,7 +108,7 @@ const WeekTab = ({ week, matches, status }: WeekTabProps) => { (m) => m.week === week || m.week === Number.parseInt(String(week)) ) .sort((a, b) => (a.datetime > b.datetime ? 1 : -1)), - [(matches, week)] + [matches, week] ) return (