Updated stats
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { formatNumber } from "@/lib/formatters"
|
||||
import { getLatestRoom, getWalletMax } from "@/lib/hypixel/bedwars"
|
||||
import { Player } from "@/lib/schema/player"
|
||||
import { NonNullStats } from "@/lib/schema/player"
|
||||
import { BasicStat, Stat } from "../../_components/Stats"
|
||||
import { BedWarsPrestige } from "./bedwars-components"
|
||||
|
||||
export default function BedwarsGeneralStats(
|
||||
{ statsChecked, level, percent, kd, fkd, bbl, wl }: {
|
||||
statsChecked: Player["player"]["stats"]["Bedwars"]
|
||||
statsChecked: NonNullStats["Bedwars"]
|
||||
level: number
|
||||
percent: number
|
||||
kd: string
|
||||
|
||||
Reference in New Issue
Block a user