From 80fcb07fc07caa54ea6b3ce3da217c1d30529d2d Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 28 Apr 2026 11:09:57 +0900 Subject: [PATCH] =?UTF-8?q?feat(subscription):=20MatchesTab=20=EC=B9=B4?= =?UTF-8?q?=EB=93=9C=EC=97=90=20district=20+=205=ED=8B=B0=EC=96=B4=20?= =?UTF-8?q?=EB=B1=83=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/pages/subscription/Subscription.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/subscription/Subscription.jsx b/src/pages/subscription/Subscription.jsx index 90ff0cf..19b9844 100644 --- a/src/pages/subscription/Subscription.jsx +++ b/src/pages/subscription/Subscription.jsx @@ -929,6 +929,17 @@ function MatchesTab() { )} {match.ann_status && } + {match.district && ( + {match.district} + )} + {(() => { + const tier = extractTier(match.match_reasons); + return tier ? ( + + {tier}티어 + + ) : null; + })()}

{match.region_name || '-'}