update mlb schedule

This commit is contained in:
2025-04-28 11:55:40 +02:00
parent d80a7e9fc7
commit d1d42f4c08

View File

@@ -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 (