배치면 초기설정 하단 지붕재 버튼 hide 처리

This commit is contained in:
김민식 2025-02-27 18:14:46 +09:00
parent 8016b05485
commit 9dff9273f7

View File

@ -428,7 +428,7 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, pla
</div> </div>
)} )}
</div> </div>
{currentRoof && ( {/* {currentRoof && (
<div className="placement-roof-btn-wrap"> <div className="placement-roof-btn-wrap">
<div className="icon-btn-wrap mt10"> <div className="icon-btn-wrap mt10">
<button <button
@ -450,7 +450,7 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, pla
</button> </button>
</div> </div>
</div> </div>
)} )} */}
</td> </td>
</tr> </tr>
</tbody> </tbody>