diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 3c71d67..42108ca 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -373,7 +373,7 @@ export default function HomeScreen() { awayTeamName: item.event_away_team, homeTeamLogo: item.home_team_logo, awayTeamLogo: item.away_team_logo, - scoreText: item.event_final_result || "0 - 0", + scoreText: item.event_halftime_result || "0 - 0", fav: false, sportId: sportId, isLive: true,