From ed2d3a3d239a1d4852ce3549f247bdf1e7486237 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:17:34 +0300 Subject: [PATCH] Fix UserCard placement not always text --- app/features/user-card/components/UserCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/features/user-card/components/UserCard.tsx b/app/features/user-card/components/UserCard.tsx index 05b2b945d..aa424e87b 100644 --- a/app/features/user-card/components/UserCard.tsx +++ b/app/features/user-card/components/UserCard.tsx @@ -609,6 +609,7 @@ function Stat({ stat }: { stat: UserCardData["stats"][number] }) { placement={stat.top} size={14} showAsSuperscript={false} + textOnly /> ) : null}