Temporarily comment out SelectFloorPlan component in Project page for future removal
This commit is contained in:
parent
42f424c9b0
commit
9d2406e123
|
@ -97,9 +97,10 @@ const Project: React.FC = () => {
|
|||
)}
|
||||
<RealTimeVisulization />
|
||||
{activeModule === "market" && <MarketPlace />}
|
||||
{activeModule === "builder" && !toggleThreeD && <SelectFloorPlan />}
|
||||
{activeModule !== "market" && <Tools />}
|
||||
{isPlaying && activeModule === "simulation" && <SimulationPlayer />}
|
||||
{/* remove this later */}
|
||||
{activeModule === "builder" && !toggleThreeD && <SelectFloorPlan />}
|
||||
</>
|
||||
)}
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue