fix beatsaver map causing page to not load if it's unknown
This commit is contained in:
@ -93,7 +93,7 @@ export default function PlayerStats({ player }: Props) {
|
||||
const stat = <StatValue key={index} color={badge.color} name={badge.name} value={value} />;
|
||||
|
||||
return tooltip ? (
|
||||
<Tooltip asChild={false} display={tooltip}>
|
||||
<Tooltip asChild={false} display={tooltip} key={index}>
|
||||
{stat}
|
||||
</Tooltip>
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user