diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 01:59:36 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 01:59:36 +0000 |
| commit | de4c8a6a6b7c918a7a16fc34423d1143209c295f (patch) | |
| tree | 9fbf0b93e5cbe9c3a8ca18c8bcd4dda5bf9640c5 /lib/tech-vendors/utils.ts | |
| parent | deb2d31dba913a3b831523f41b9bf2e286c53af1 (diff) | |
(최겸) 기술영업 벤더 공종 조회 기능 추가
Diffstat (limited to 'lib/tech-vendors/utils.ts')
| -rw-r--r-- | lib/tech-vendors/utils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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": |
