From 29f9194ea513a8aea947048522495414c4d1e079 Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 10 Sep 2018 09:16:40 +0200 Subject: [PATCH] :sparkles: Formattage du code --- .../pages/Company/MainStatus.js | 98 +++++++++---------- 1 file changed, 48 insertions(+), 50 deletions(-) diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/MainStatus.js b/source/sites/mycompanyinfrance.fr/pages/Company/MainStatus.js index b74a0ab47..2c5f6d21b 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/MainStatus.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/MainStatus.js @@ -33,8 +33,8 @@ const SetMainStatus = ({ history, possibleStatus }: Props) => { Also called company in own name or company in a personal name. No capital contribution is necessary. Private wealth and corporate wealth are one. -
- +
+ )} {possibleStatus.EIRL && ( @@ -45,8 +45,8 @@ const SetMainStatus = ({ history, possibleStatus }: Props) => { Protects your property by assigning to your business a professional heritage necessary for the activity. -
- +
+ )} {possibleStatus.EURL && ( @@ -57,27 +57,25 @@ const SetMainStatus = ({ history, possibleStatus }: Props) => { Company with only one partner. Liability is limited to the amount of its contribution to the capital. -
- +
+ )} - {(possibleStatus['SARL (minority director)'] || - possibleStatus['SARL (majority director)']) && ( + {(possibleStatus['SARL (minority director)'] || + possibleStatus['SARL (majority director)']) && (
  • SARL - Société à responsabilité limitée (Limited corporation):{' '} Composed of at least 2 partners whose financial responsibility is limited to the amounts of contributions in the capital. The minimum - capital is freely fixed in the statutes. { - possibleStatus['SARL (minority director)'] && + capital is freely fixed in the statutes.{' '} + {possibleStatus['SARL (minority director)'] && 'The equality or minority manager or college has the "salaried" status.'} - {possibleStatus['SARL (majority director)'] && - - 'The majority manager or college has the self employed status.' - } -
    - + {possibleStatus['SARL (majority director)'] && + 'The majority manager or college has the self employed status.'} +
    +
  • )} {possibleStatus.SAS && ( @@ -85,13 +83,12 @@ const SetMainStatus = ({ history, possibleStatus }: Props) => { SAS - Société par actions simplifiées (Simplified joint stock company):{' '} - Composed of at least 2 associates. The financial - responsibility of the partners is limited to the amounts of - contributions in the capital. The minimum capital is freely fixed in - the statutes. - -
    - + + Composed of at least 2 associates. The financial responsibility of + the partners is limited to the amounts of contributions in the + capital. The minimum capital is freely fixed in the statutes. +
    + )} {possibleStatus.SASU && ( @@ -99,47 +96,48 @@ const SetMainStatus = ({ history, possibleStatus }: Props) => { SASU - Société par action simplifiée unipersonnelle (Simplified personal joint stock company):{' '} - Composed of only one associate. The financial - responsibility is limited to the amounts of contributions in the - capital. The minimum capital is freely fixed in the statutes. - -
    - + + Composed of only one associate. The financial responsibility is + limited to the amounts of contributions in the capital. The minimum + capital is freely fixed in the statutes. +
    + )} {possibleStatus.SA && (
  • - SA - Société anonyme (Anonymous company):Company - composed of at least 2 shareholders. The only status that allows you - to be listed on the stock exchange (from 7 shareholders). The - minimum share capital is €37.000. -
    - + SA - Société anonyme (Anonymous company): + Company composed of at least 2 shareholders. The only status that + allows you to be listed on the stock exchange (from 7 shareholders). + The minimum share capital is €37.000. +
    +
  • )} {possibleStatus.SNC && (
  • - SNC - Société en nom collectif (Partnership):The - liability of the partners for the debts of the company is unified - (one partner only can be sued for the entire debt) and indefinite - (responsible on the entirety of their personnal wealth). -
    - + SNC - Société en nom collectif (Partnership): + The liability of the partners for the debts of the company is + unified (one partner only can be sued for the entire debt) and + indefinite (responsible on the entirety of their personnal wealth). +
    +
  • )} - {(possibleStatus['Microenterprise (option EIRL)'] || possibleStatus['Microenterprise']) && ( + {(possibleStatus['Microenterprise (option EIRL)'] || + possibleStatus['Microenterprise']) && (
  • - Microenterprise: The micro-enterprise - is a sole proprietorship company, subject to a flat-rate scheme for - the calculation of taxes and the payment of social security - contributions. {possibleStatus['Microenterprise (option EIRL)'] && 'With the EIRL option, you have limited liability on your losses.'} - -
    - + Microenterprise: The micro-enterprise is a sole + proprietorship company, subject to a flat-rate scheme for the + calculation of taxes and the payment of social security + contributions.{' '} + {possibleStatus['Microenterprise (option EIRL)'] && + 'With the EIRL option, you have limited liability on your losses.'} +
    +
  • )} -