diff --git a/app/[locale]/elo/page.tsx b/app/[locale]/elo/page.tsx index 627e8f7..c010f09 100644 --- a/app/[locale]/elo/page.tsx +++ b/app/[locale]/elo/page.tsx @@ -164,20 +164,31 @@ export default function Elo() { required /> - ({ - value: result, - label: t("gameResult", { result }), - }))} - required - /> +
+ ({ + value: result, + label: t("gameResult", { result }), + }))} + required + /> + {gameFields.length > 1 && ( + + )} +
{gameFields.length > 1 && (