diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:41:55 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:41:55 +0000 |
| commit | 7305a614ca20d50e6ab50bbcfbb128a6f1f90e53 (patch) | |
| tree | 92317f538a4368fa54447ef25fc3ad3616f1b349 /lib/tech-vendors/utils.ts | |
| parent | c5002d77087b256599b174ada611621657fcc523 (diff) | |
(최겸) 기술영업 벤더 개발
Diffstat (limited to 'lib/tech-vendors/utils.ts')
| -rw-r--r-- | lib/tech-vendors/utils.ts | 6 |
1 files changed, 0 insertions, 6 deletions
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": |
