mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-04 11:22:40 -05:00
Fix UserCard placement not always text
This commit is contained in:
parent
b67ae68d51
commit
ed2d3a3d23
|
|
@ -609,6 +609,7 @@ function Stat({ stat }: { stat: UserCardData["stats"][number] }) {
|
|||
placement={stat.top}
|
||||
size={14}
|
||||
showAsSuperscript={false}
|
||||
textOnly
|
||||
/>
|
||||
</span>
|
||||
) : null}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user