fix missing embellishment in rewards leaderboard
This commit is contained in:
parent
111053006a
commit
ce9e146a06
@ -78,6 +78,7 @@ export function User ({ user, rank, statComps, className = 'mb-2', Embellish, ny
|
||||
<div className={styles.other}>
|
||||
{statComps.map((Comp, i) => <Comp key={i} user={user} />)}
|
||||
</div>}
|
||||
{Embellish && <Embellish rank={rank} />}
|
||||
</UserBase>
|
||||
</>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user