We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a9f7a commit de09d77Copy full SHA for de09d77
front/src/modules/simulationResult/components/SpaceTimeChart/drawTrain.ts
@@ -109,7 +109,7 @@ export default function drawTrain(
109
: undefined;
110
111
if (direction && currentAllowanceSettings) {
112
- if (trainToDraw.eco_routeAspects && currentAllowanceSettings?.ecoBlocks) {
+ if (trainToDraw.eco_routeAspects) {
113
// Let's draw eco_route_aspects
114
trainToDraw.eco_routeAspects.forEach((ecoRouteAspect) => {
115
drawRect(
0 commit comments