ajoute un deuxième bouton continuer
parent
0823cbf0fb
commit
ee69d3cd43
|
@ -41,7 +41,9 @@ export default class Simu extends Component {
|
|||
</>
|
||||
)}
|
||||
<TargetSelection colours={colours} />
|
||||
{!noUserInput && !blockingInputControls && <GoToExplanations />}
|
||||
<ContinueButton />
|
||||
{conversationStarted &&
|
||||
!blockingInputControls && <GoToExplanations />}
|
||||
</div>
|
||||
{!noUserInput && !blockingInputControls && <ResultView />}
|
||||
{!noUserInput && !blockingInputControls && <ContinueButton />}
|
||||
|
|
Loading…
Reference in New Issue