diff --git a/mon-entreprise/source/pages/Gérer/AideDéclarationIndépendant/index.tsx b/mon-entreprise/source/pages/Gérer/AideDéclarationIndépendant/index.tsx index 959966f4f..c6cf41cab 100644 --- a/mon-entreprise/source/pages/Gérer/AideDéclarationIndépendant/index.tsx +++ b/mon-entreprise/source/pages/Gérer/AideDéclarationIndépendant/index.tsx @@ -83,7 +83,11 @@ export default function AideDéclarationIndépendant() { - + {displayForm ? ( + + ) : ( + + )} {!situation['dirigeant . rémunération . totale'] && ( )} @@ -135,11 +139,6 @@ export default function AideDéclarationIndépendant() { )} - {displayForm ? ( - - ) : ( - - )} {displayForm && ( <> @@ -234,6 +233,7 @@ export default function AideDéclarationIndépendant() { + +