From e1fb1f6b1d4bfe58baf0f0741a3d65e6e2394b23 Mon Sep 17 00:00:00 2001 From: jwkim Date: Wed, 22 Jul 2026 13:21:24 +0900 Subject: [PATCH] =?UTF-8?q?100=EB=A7=8C=EC=9B=90=20=EC=B1=8C=EB=A6=B0?= =?UTF-8?q?=EC=A7=80=20=EC=B9=B4=EB=93=9C=20=ED=94=84=EB=A1=A0=ED=8A=B8?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=9E=84=EC=8B=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Arena.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Arena.tsx b/frontend/src/components/Arena.tsx index 96ac95f..201adf5 100644 --- a/frontend/src/components/Arena.tsx +++ b/frontend/src/components/Arena.tsx @@ -569,7 +569,8 @@ export default function Arena({ {/* ===== 누적 랭킹 TOP 10 (골드 카드 위 · 폴딩) — 현재 리그 기준 집계 ===== */} - {/* ===== 골드 상금 (003) ===== */} + {/* ===== 골드 상금 (003) — 야구(KBO/MLB)는 임시 비노출 ===== */} + {!isBaseball && (
@@ -589,6 +590,7 @@ export default function Arena({
+ )} {/* ===== 룰 설명 모달 ===== */} {showRules && (