diff --git a/front/src/applications/operationalStudies/views/SimulationResults.tsx b/front/src/applications/operationalStudies/views/SimulationResults.tsx
index 915d97ffe67..b0549ac6186 100644
--- a/front/src/applications/operationalStudies/views/SimulationResults.tsx
+++ b/front/src/applications/operationalStudies/views/SimulationResults.tsx
@@ -141,16 +141,16 @@ const SimulationResults = ({
)}
{/* SIMULATION : SPACE TIME CHART */}
-
- 0 && (
+
- {projectionData && projectionData.projectedTrains.length > 0 && (
+
<>
>
+
+
+ )}
+
+ {selectedTrainSchedule && (
+ <>
+ {/* TRAIN : SPACE SPEED CHART */}
+ {selectedTrainRollingStock && trainSimulation && pathProperties && (
+
)}
-
-
- {/* TRAIN : SPACE SPEED CHART */}
- {selectedTrainRollingStock && trainSimulation && pathProperties && selectedTrainSchedule && (
-
- )}
-
- {/* SIMULATION : MAP */}
-
-
-
- {/* TIME STOPS TABLE */}
-
-
{t('timetableOutput')}
-
-
+ {/* TIME STOPS TABLE */}
+
+
{t('timetableOutput')}
+
+
- {/* SIMULATION EXPORT BUTTONS */}
- {selectedTrainSchedule &&
- trainSimulation &&
- pathProperties &&
- selectedTrainRollingStock &&
- operationalPoints &&
- path &&
- infraId && (
-
- )}
+ {/* SIMULATION EXPORT BUTTONS */}
+ {trainSimulation &&
+ pathProperties &&
+ selectedTrainRollingStock &&
+ operationalPoints &&
+ path &&
+ infraId && (
+
+ )}
+ >
+ )}
);
};