ajoute un deuxième bouton continuer

pull/294/head
Johan Girod 2018-07-02 12:05:09 +02:00 committed by Mael
parent 0823cbf0fb
commit ee69d3cd43
1 changed files with 3 additions and 1 deletions

View File

@ -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 />}