show stats

master
lza_menace 2 years ago
parent 47494e06ff
commit 7621ca976b

@ -426,7 +426,6 @@ export function Hero(props) {
{isConnected && address && ( {isConnected && address && (
<> <>
{options.boomerMaxSupply > 0 && (
<StatsPanel <StatsPanel
leaderKillCount={options.leaderKillCount} leaderKillCount={options.leaderKillCount}
leaderAddress={options.leaderAddress} leaderAddress={options.leaderAddress}
@ -435,7 +434,6 @@ export function Hero(props) {
bombsAssembled={options.bombsAssembled} bombsAssembled={options.bombsAssembled}
bombsExploded={options.bombsExploded} bombsExploded={options.bombsExploded}
/> />
)}
<TrollboxPanel <TrollboxPanel
ws={props.ws} ws={props.ws}
address={address} address={address}

Loading…
Cancel
Save