Bouton recommencer caché en attendant une saisie
parent
1c27f0ddb5
commit
96428418f1
|
@ -71,7 +71,7 @@ export default compose(
|
|||
) : (
|
||||
<span />
|
||||
)}
|
||||
{displayConversation && (
|
||||
{displayConversation && !noUserInput && (
|
||||
<button
|
||||
className="ui__ small simple skip button left"
|
||||
onClick={() => resetSimulation()}>
|
||||
|
|
|
@ -23,7 +23,7 @@ const SchemeComparaisonPage = () => (
|
|||
/>
|
||||
</Helmet>
|
||||
<Animate.fromBottom>
|
||||
<h1>Comparaison des régimes de l'indépendant</h1>
|
||||
<h1>Quel revenu pour l'indépendant ?</h1>
|
||||
<Warning />
|
||||
<Simulation
|
||||
showTargetsAnyway
|
||||
|
|
Loading…
Reference in New Issue