chore: test deploy snapshot

This commit is contained in:
2026-05-28 22:47:45 +09:00
parent 753fd423db
commit 1e7212b862
6 changed files with 348 additions and 52 deletions

View File

@@ -2056,11 +2056,6 @@ export function BaseballTicketBayPlayAppView({ onBack, launchContext = 'direct',
<span>{alerts.length}</span>
</div>
</div>
{isViewingAllClients || isSharedTokenScope ? (
<div className="baseball-ticket-bay-app__scope-note">
{isSharedTokenScope ? '현재 공유 리소스 별명 기준으로 목록을 표시합니다.' : '등록 토큰으로 전체 기기 목록을 보고 있습니다. 리소스 별명으로 확인하고 수정과 삭제도 바로 할 수 있습니다.'}
</div>
) : null}
<div className="baseball-ticket-bay-app__items">
{alerts.length ? (
alerts.map((item) => {