🐛 Recherche d'entreprise: gère le cas de domiciliation inconnue

pull/891/head
Loïc Guillois 2020-02-18 15:32:00 +01:00
parent ccbfb35a4d
commit f6dae86ab1
2 changed files with 11 additions and 5 deletions

View File

@ -43,12 +43,17 @@ export default function CompanyDetails({ siren, denomination }: Etablissement) {
<Skeleton width={80} />
)}
</strong>
, <Trans>domiciliée à</Trans>{' '}
,&nbsp;
{company ? (
<>
<strong>{company.etablissement_siege.libelle_commune}</strong> (
{company.etablissement_siege.code_postal})
</>
company?.etablissement_siege ? (
<>
<Trans>domiciliée à</Trans>{' '}
<strong>{company.etablissement_siege.libelle_commune}</strong> (
{company.etablissement_siege.code_postal})
</>
) : (
<Trans>domiciliation inconnue</Trans>
)
) : (
<Skeleton width={100} />
)}

View File

@ -370,6 +370,7 @@ créer:
titre: Create a company
warningPL: 'Note: the case of regulated liberal professions is not covered'
d'aides: of aid
domiciliation inconnue: unknown address
domiciliée à: domiciled in
déductible: deductible
déplier: show more