v28
This commit is contained in:
@@ -37,8 +37,10 @@ import type {
|
||||
MatchPickDto,
|
||||
MatchPredictionDto,
|
||||
SignalTier,
|
||||
V27EngineDto,
|
||||
} from "@/lib/api/predictions/types";
|
||||
import type { SportType } from "@/lib/api/matches/types";
|
||||
import V28OddsBandPanel from "@/components/matches/v28-odds-band-panel";
|
||||
|
||||
interface PredictionCardProps {
|
||||
prediction: MatchPredictionDto;
|
||||
@@ -1087,6 +1089,10 @@ export default function PredictionCard({ prediction }: PredictionCardProps) {
|
||||
info={uiText("market-board-info", "Modelin her markette gordugu olasilik dagilimi.")}
|
||||
/>
|
||||
|
||||
{prediction.v27_engine ? (
|
||||
<V28OddsBandPanel engine={prediction.v27_engine as V27EngineDto} />
|
||||
) : null}
|
||||
|
||||
<Card.Root bg={cardBg} borderColor={borderColor} borderRadius="2xl">
|
||||
<Card.Body gap={4}>
|
||||
<SectionTitle
|
||||
|
||||
Reference in New Issue
Block a user