Améliore le tracking

pull/1537/head
Johan Girod 2021-05-20 17:56:03 +02:00
parent 3b4210c27a
commit 2752e0a424
1 changed files with 7 additions and 6 deletions

View File

@ -83,7 +83,11 @@ export default function AideDéclarationIndépendant() {
</li>
</ul>
</Warning>
{displayForm ? (
<TrackPage name="commence" />
) : (
<TrackPage name="accueil" />
)}
{!situation['dirigeant . rémunération . totale'] && (
<PreviousSimulationBanner />
)}
@ -135,11 +139,6 @@ export default function AideDéclarationIndépendant() {
</Animate.fromTop>
)}
{displayForm ? (
<TrackPage name="commence" />
) : (
<TrackPage name="accueil" />
)}
{displayForm && (
<>
<Animate.fromTop>
@ -234,6 +233,7 @@ export default function AideDéclarationIndépendant() {
</Animate.fromTop>
<SubSection dottedName="aide déclaration revenu indépendant 2020 . régime d'imposition" />
<Condition
expression={{
'une de ces conditions': [
@ -242,6 +242,7 @@ export default function AideDéclarationIndépendant() {
],
}}
>
<TrackPage name="simulation terminée" />
<Results />
</Condition>
<Aide />