联赛显示

This commit is contained in:
xianyi
2026-01-19 18:11:08 +08:00
parent a524d8a20d
commit f81cc2f7e6
4 changed files with 218 additions and 86 deletions

View File

@@ -622,7 +622,9 @@ export default function HomeScreen() {
/>
) : (
<MatchesByLeague
matches={matches}
sportId={selectedSportId || 1}
date={selectedDate}
timezone={deviceTimeZone}
onFavoriteToggle={handleFavoriteToggle}
/>
)}