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 (
);