Fix UserCard placement not always text

This commit is contained in:
Kalle 2026-08-01 20:17:34 +03:00
parent b67ae68d51
commit ed2d3a3d23

View File

@ -609,6 +609,7 @@ function Stat({ stat }: { stat: UserCardData["stats"][number] }) {
placement={stat.top}
size={14}
showAsSuperscript={false}
textOnly
/>
</span>
) : null}