gg
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user