feat(wallets): 투자계좌는 상세 이동 비활성 — 내역 없음, 목록에 투자금 표기로 충분
Deploy / deploy (push) Failing after 13m55s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-07 22:12:35 +09:00
parent b70742b79c
commit 98ad7b9e98
+2 -2
View File
@@ -316,8 +316,8 @@ onBeforeUnmount(destroySortables)
<div class="info">
<div class="line1">
<span
class="name" :class="{ link: !reorderMode }"
@click="!reorderMode && goDetail(w)"
class="name" :class="{ link: !reorderMode && w.type !== 'INVEST' }"
@click="!reorderMode && w.type !== 'INVEST' && goDetail(w)"
>{{ w.name }}</span>
<span v-if="w.type === 'CARD'" class="badge">{{ cardTypeLabel(w.cardType) }}</span>
</div>