diff --git a/client/src/components/game/mobile/ManageTab.tsx b/client/src/components/game/mobile/ManageTab.tsx
index 145b8f5..7435656 100644
--- a/client/src/components/game/mobile/ManageTab.tsx
+++ b/client/src/components/game/mobile/ManageTab.tsx
@@ -40,7 +40,7 @@ function Accordion({ title, badge, defaultOpen = false, children }: {
{title}{badge}
{open ? "▲" : "▼"}
- {open &&
{children}
}
+ {open && {children}
}
);
}
@@ -93,22 +93,22 @@ export function ManageTab({
defaultOpen={hasPoints}
badge={hasPoints ? : undefined}
>
-
+
{STATS.map(stat => (
-
-
+
+
{stat}
{player.stats?.[stat] ?? 0}
-
+
{[1, 5, 10].map(n => (