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 */}