交锋往绩
This commit is contained in:
@@ -5,6 +5,7 @@ import { FootballScoreTable } from "@/components/match-detail/football/football-
|
||||
import { GoalsCard } from "@/components/match-detail/football/goals-card";
|
||||
import { LineupsCard } from "@/components/match-detail/football/lineups-card";
|
||||
import { SubstitutesCard } from "@/components/match-detail/football/substitutes-card";
|
||||
import { H2H } from "@/components/match-detail/h2h";
|
||||
import { LeagueInfo } from "@/components/match-detail/league-info";
|
||||
import { MatchInfoCard } from "@/components/match-detail/match-info-card";
|
||||
import { MatchTabs } from "@/components/match-detail/match-tabs";
|
||||
@@ -187,13 +188,7 @@ export default function MatchDetailScreen() {
|
||||
};
|
||||
return <OddsCard sportId={sportId} match={matchForOdds} isDark={isDark} />;
|
||||
case "h2h":
|
||||
return (
|
||||
<View style={styles.emptyContent}>
|
||||
<ThemedText style={styles.emptyText}>
|
||||
{t("detail.empty_h2h")}
|
||||
</ThemedText>
|
||||
</View>
|
||||
);
|
||||
return <H2H data={data} isDark={isDark} />;
|
||||
case "chat":
|
||||
return (
|
||||
<View style={styles.emptyContent}>
|
||||
|
||||
Reference in New Issue
Block a user