Commit 81bb69a 1 parent 2d53fc9 commit 81bb69a Copy full SHA for 81bb69a
File tree 1 file changed +1
-4
lines changed
front/src/applications/stdcmV2/components/StdcmResults
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { Map } from 'modules/trainschedule/components/ManageTrainSchedule';
14
14
15
15
import StcdmResultsTable from './StdcmResultsTable' ;
16
16
import StdcmSimulationNavigator from './StdcmSimulationNavigator' ;
17
- import StdcmUpgrade from './StdcmUpgrade' ;
18
17
19
18
type StcdmResultsV2Props = {
20
19
simulationsList : StdcmSimulation [ ] ;
@@ -78,7 +77,7 @@ const StcdmResults = ({
78
77
operationalPointsList = { operationalPointsList }
79
78
onRetainSimulation = { onRetainSimulation }
80
79
/>
81
- { isSelectedSimulationRetained ? (
80
+ { isSelectedSimulationRetained && (
82
81
< div className = "get-simulation" >
83
82
< div className = "download-simulation" >
84
83
< PDFDownloadLink
@@ -97,8 +96,6 @@ const StcdmResults = ({
97
96
</ div >
98
97
< div className = "gesico-text" > { t ( 'gesicoRequest' ) } </ div >
99
98
</ div >
100
- ) : (
101
- < StdcmUpgrade />
102
99
) }
103
100
{ retainedSimulationIndex > - 1 && (
104
101
< div className = "start-new-query" >
You can’t perform that action at this time.
0 commit comments