Add MQTT URL to environment variables and refactor simulation components
This commit is contained in:
@@ -64,7 +64,6 @@ const Project: React.FC = () => {
|
||||
{activeModule === "market" && <MarketPlace />}
|
||||
<RealTimeVisulization />
|
||||
{activeModule !== "market" && <Tools />}
|
||||
{/* <SimulationUI /> */}
|
||||
{isPlaying && activeModule === "simulation" && <SimulationPlayer />}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user