From cb554ea712ec0dec17a122bd240391430ef87103 Mon Sep 17 00:00:00 2001 From: Tahmid Ahmed Date: Mon, 12 Jan 2026 20:36:41 -0500 Subject: [PATCH] 594: Update create duel links in anticaption of Arsh's PR 594: Prettier --- js/src/app/duel/[lobbyCode]/Duel.page.tsx | 2 +- js/src/app/duel/_components/DuelBody.tsx | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/js/src/app/duel/[lobbyCode]/Duel.page.tsx b/js/src/app/duel/[lobbyCode]/Duel.page.tsx index 26e36631f..8af996d32 100644 --- a/js/src/app/duel/[lobbyCode]/Duel.page.tsx +++ b/js/src/app/duel/[lobbyCode]/Duel.page.tsx @@ -11,7 +11,7 @@ export default function DuelPage() { if (!lobbyCode) { return ( ); diff --git a/js/src/app/duel/_components/DuelBody.tsx b/js/src/app/duel/_components/DuelBody.tsx index 01a87ec4b..c30ed1882 100644 --- a/js/src/app/duel/_components/DuelBody.tsx +++ b/js/src/app/duel/_components/DuelBody.tsx @@ -59,17 +59,14 @@ function DuelBody({ if (status === "error" || error) { return ( - + ); } if (!data || !data.success) { return ( );