From 4f6c30e24904e10d7f15fd2269d512c480ad48c4 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Thu, 4 Jun 2026 09:42:18 +0900 Subject: [PATCH] =?UTF-8?q?fix(report):=20Instagram=20audit=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=A6=B4=EC=8A=A4=20=EC=88=98=20=ED=96=89=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20=E2=80=94=20=EB=B0=B1=EC=97=94=EB=93=9C=20?= =?UTF-8?q?=EB=AF=B8=EC=88=98=EC=A7=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../report/components/InstagramAudit.tsx | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/features/report/components/InstagramAudit.tsx b/src/features/report/components/InstagramAudit.tsx index 6b9e103..15af5dd 100644 --- a/src/features/report/components/InstagramAudit.tsx +++ b/src/features/report/components/InstagramAudit.tsx @@ -1,8 +1,7 @@ import { motion } from 'motion/react'; -import { Instagram, AlertCircle, FileText, Users, Eye, ExternalLink } from 'lucide-react'; +import { Instagram, ExternalLink } from 'lucide-react'; import { SectionWrapper } from './ui/SectionWrapper'; import { EmptyState } from './ui/EmptyState'; -import { MetricCard } from './ui/MetricCard'; import { DiagnosisRow } from './ui/DiagnosisRow'; import type { InstagramAudit as InstagramAuditType, InstagramAccount } from '@/features/report/types/report'; @@ -68,25 +67,12 @@ function AccountCard({ account, index }: { key?: string | number; account: Insta - {/* Format & reels */} + {/* Format */}
콘텐츠 포맷 {account.contentFormat}
-
- 릴스 수 - - {account.reelsCount === 0 ? ( - - - 0 (미운영) - - ) : ( - account.reelsCount - )} - -
{/* Highlights */}