Added general duels stats

This commit is contained in:
2025-09-01 21:45:45 +02:00
parent 542cdc1cd8
commit 6e31a2e0e1
3 changed files with 26 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ export default function DuelsStats({ stats }: { stats: NonNullStats["Duels"] })
</AccordionTrigger>
<AccordionContent>
<Separator className="my-4" />
<DuelsGeneralStats statsChecked={stats} div={div} kd={kd} />
<DuelsGeneralStats statsChecked={stats} div={div} kd={kd} wl={wl} />
<Separator className="my-4" />
</AccordionContent>
</CardContent>
</Card>