mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 21:09:22 +00:00
update mlb schedule
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user