chore: test deploy snapshot
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user