Added table
This commit is contained in:
@@ -7,6 +7,7 @@ import { romanize } from "@/lib/hypixel/general"
|
||||
import { NonNullStats } from "@/lib/schema/player"
|
||||
import CollapsedStats from "../../_components/CollapsedStats"
|
||||
import DuelsGeneralStats from "./stats"
|
||||
import DuelsStatsTable from "./table"
|
||||
|
||||
export default function DuelsStats({ stats }: { stats: NonNullStats["Duels"] }) {
|
||||
if (!stats) return null
|
||||
@@ -70,6 +71,7 @@ export default function DuelsStats({ stats }: { stats: NonNullStats["Duels"] })
|
||||
<Separator className="my-4" />
|
||||
<DuelsGeneralStats statsChecked={stats} div={div} kd={kd} wl={wl} />
|
||||
<Separator className="my-4" />
|
||||
<DuelsStatsTable stats={stats} />
|
||||
</AccordionContent>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user