summaryrefslogtreecommitdiff
path: root/components/vendor-data-plant/project-swicher.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-01 19:54:27 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-01 19:54:27 +0900
commit4b5880064e2362baf85c91f33b2b44baecea3a7f (patch)
tree24b48163ecbf205023fcd565b0476a30e3079a9f /components/vendor-data-plant/project-swicher.tsx
parent44b74ff4170090673b6eeacd8c528e0abf47b7aa (diff)
parentcd0ce0cbe8af8719a6f542098ec78f2a5c1222ce (diff)
Merge branch 'dujinkim' of https://github.com/DTS-Development/SHI_EVCP into dujinkim
Diffstat (limited to 'components/vendor-data-plant/project-swicher.tsx')
-rw-r--r--components/vendor-data-plant/project-swicher.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/vendor-data-plant/project-swicher.tsx b/components/vendor-data-plant/project-swicher.tsx
index 9b8f9bea..75c0752b 100644
--- a/components/vendor-data-plant/project-swicher.tsx
+++ b/components/vendor-data-plant/project-swicher.tsx
@@ -55,8 +55,6 @@ export function ProjectSwitcher({
)
- console.log(projects,"projects")
-
const displayText = selectedPackage
? `${selectedProject?.projectCode} - ${selectedPackage.packageCode}`
: selectedProject?.projectCode || "Select Package"