Misstype
This commit is contained in:
@@ -155,7 +155,7 @@ function OverallModeStats({ stats }: { stats: NonNullStats["SkyWars"] }) {
|
||||
|
||||
return (
|
||||
<TableRow className="font-bold">
|
||||
<TableCell>Core Modes</TableCell>
|
||||
<TableCell>Overall</TableCell>
|
||||
{combinedStats.map((v, i) => {
|
||||
return <TableCell key={i}>{typeof v === "number" ? formatNumber(v) : v}</TableCell>
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user