안쓰는 코드 제거
This commit is contained in:
parent
89102719a9
commit
6c5968e8b2
@ -116,15 +116,6 @@ export function useCanvasSetting() {
|
|||||||
addRoofMaterials()
|
addRoofMaterials()
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (!selectedRoofMaterial || !isObjectNotEmpty(selectedRoofMaterial)) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
const { id } = selectedRoofMaterial
|
|
||||||
if (id !== undefined) console.log(getModuleTypeItemList(id))
|
|
||||||
}, [selectedRoofMaterial])
|
|
||||||
|
|
||||||
//지붕재 초기세팅
|
//지붕재 초기세팅
|
||||||
const addRoofMaterials = async () => {
|
const addRoofMaterials = async () => {
|
||||||
if (roofMaterials.length !== 0) {
|
if (roofMaterials.length !== 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user