diff --git a/src/components/judgement/JudgmentTypeResult.tsx b/src/components/judgement/JudgmentTypeResult.tsx index 507ec56..914dd9d 100644 --- a/src/components/judgement/JudgmentTypeResult.tsx +++ b/src/components/judgement/JudgmentTypeResult.tsx @@ -32,7 +32,6 @@ export default function JudgmentTypeResult({ judgment, participants, disputeId } const { cardImageUrl, displayName } = judgment.resultConflictDetail - // Apple 기기: 공유 시트에서 저장 + 공유 통합 const handleAppleShareSave = async () => { if (!cardImageUrl) { showToast('저장할 이미지가 없어요.') @@ -59,7 +58,6 @@ export default function JudgmentTypeResult({ judgment, participants, disputeId } } } - // 비Apple 기기: 767px 이상 → 링크 복사, 미만 → navigator.share const handleShare = async () => { const shareUrl = `${window.location.origin}/disputes/${disputeId}/type` const isDesktop = window.innerWidth >= 767 @@ -116,7 +114,6 @@ export default function JudgmentTypeResult({ judgment, participants, disputeId }

{viewerLabel ? `${viewerLabel}님의 유형은?` : '나의 유형은?'}

- {/* 유형 카드 이미지 */}
{cardImageUrl ? ( - {/* 액션 버튼 */} {isAppleDevice ? (