From de4c8a6a6b7c918a7a16fc34423d1143209c295f Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 3 Jul 2025 01:59:36 +0000 Subject: (최겸) 기술영업 벤더 공종 조회 기능 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tech-vendors/utils.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tech-vendors/utils.ts') diff --git a/lib/tech-vendors/utils.ts b/lib/tech-vendors/utils.ts index ac49c78a..693a6929 100644 --- a/lib/tech-vendors/utils.ts +++ b/lib/tech-vendors/utils.ts @@ -8,6 +8,8 @@ type StatusType = TechVendor["status"]; */ export function getVendorStatusIcon(status: StatusType): LucideIcon { switch (status) { + case "PENDING_REVIEW": + return Hourglass; case "ACTIVE": return CheckCircle2; case "INACTIVE": -- cgit v1.2.3