diff --git a/public/components/property/floorUnitTree/floorUnitTree.js b/public/components/property/floorUnitTree/floorUnitTree.js index e217a9207..48a51f5c0 100644 --- a/public/components/property/floorUnitTree/floorUnitTree.js +++ b/public/components/property/floorUnitTree/floorUnitTree.js @@ -168,6 +168,10 @@ _includeMenu = true; } } + + if (_units[_pIndex].unitNum == "0") { + continue; + } if (!_includeMenu) { let _menuItem = { id: 'u_' + _units[_pIndex].unitId,