Temporarily comment out SelectFloorPlan component in Project page for future removal

This commit is contained in:
Vishnu 2025-05-13 18:21:48 +05:30
parent 42f424c9b0
commit 9d2406e123
1 changed files with 2 additions and 1 deletions

View File

@ -97,9 +97,10 @@ const Project: React.FC = () => {
)} )}
<RealTimeVisulization /> <RealTimeVisulization />
{activeModule === "market" && <MarketPlace />} {activeModule === "market" && <MarketPlace />}
{activeModule === "builder" && !toggleThreeD && <SelectFloorPlan />}
{activeModule !== "market" && <Tools />} {activeModule !== "market" && <Tools />}
{isPlaying && activeModule === "simulation" && <SimulationPlayer />} {isPlaying && activeModule === "simulation" && <SimulationPlayer />}
{/* remove this later */}
{activeModule === "builder" && !toggleThreeD && <SelectFloorPlan />}
</> </>
)} )}
<div <div