diff --git a/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx b/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx index 124c0450..38ae2e89 100644 --- a/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx @@ -19,7 +19,6 @@ import { POLYGON_TYPE } from '@/common/common' import { useSwal } from '@/hooks/useSwal' import { canvasState } from '@/store/canvasAtom' -import { trestleDetailData } from '@/common/example' import { useTrestle } from '@/hooks/module/useTrestle' const ALLOCATION_TYPE = { diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index 93ea7758..52ddb680 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -289,10 +289,10 @@ export default function StuffDetail() { display: 'none', } } - if (managementState?.createUser === 'T01' && session?.userId !== 'T01') { - //createUser가 T01인데 로그인사용자가 T01이 아니면 버튼숨기기 적용할지 미정!!!!!!!! - //buttonStyle = { display: 'none' } - } + // if (managementState?.createUser === 'T01' && session?.userId !== 'T01') { + //createUser가 T01인데 로그인사용자가 T01이 아니면 버튼숨기기 적용할지 미정!!!!!!!! + //buttonStyle = { display: 'none' } + // } return ( <>