From 7305a614ca20d50e6ab50bbcfbb128a6f1f90e53 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Sun, 15 Jun 2025 04:41:55 +0000 Subject: (최겸) 기술영업 벤더 개발 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tech-vendors/utils.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/tech-vendors/utils.ts') diff --git a/lib/tech-vendors/utils.ts b/lib/tech-vendors/utils.ts index b0bc33f0..ac49c78a 100644 --- a/lib/tech-vendors/utils.ts +++ b/lib/tech-vendors/utils.ts @@ -8,12 +8,6 @@ type StatusType = TechVendor["status"]; */ export function getVendorStatusIcon(status: StatusType): LucideIcon { switch (status) { - case "PENDING_REVIEW": - return Clock; - case "IN_REVIEW": - return Hourglass; - case "REJECTED": - return XCircle; case "ACTIVE": return CheckCircle2; case "INACTIVE": -- cgit v1.2.3