This commit is contained in:
2026-04-24 00:27:14 +03:00
parent 4bf0ab52f9
commit 30592394ef
9 changed files with 246 additions and 86 deletions
@@ -21,6 +21,7 @@ import { useMatchDetails } from "@/lib/api/matches/use-hooks";
import { usePrediction } from "@/lib/api/predictions/use-hooks";
import PredictionCard from "@/components/matches/prediction-card";
import OddsCard from "@/components/matches/odds-card";
import LineupsCard from "@/components/matches/lineups-card";
import { LuArrowLeft, LuRefreshCw } from "react-icons/lu";
export default function MatchDetailContent() {
@@ -237,6 +238,9 @@ export default function MatchDetailContent() {
</Card.Body>
</Card.Root>
{/* Lineups Section */}
<LineupsCard match={match} prediction={prediction} />
{/* Prediction Section */}
<Box>
<Flex justify="space-between" align="center" mb={4}>