fix: istanbul ignore next placement entreprise-search.js (avant la ligne)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,8 +42,10 @@ const resolveTypeCompany = (natureJuridique) => {
|
||||
}
|
||||
|
||||
const renderResult = (e, onSelect) => {
|
||||
const s = e.siege || {} /* istanbul ignore next */
|
||||
const d = e.dirigeants?.[0] ?? {} /* istanbul ignore next */
|
||||
/* istanbul ignore next */
|
||||
const s = e.siege || {}
|
||||
/* istanbul ignore next */
|
||||
const d = e.dirigeants?.[0] ?? {}
|
||||
const actif = e.etat_administratif === 'A'
|
||||
const addr = [s.numero_voie, s.type_voie, s.libelle_voie].filter(Boolean).join(' ')
|
||||
const ape = e.activite_principale || ''
|
||||
|
||||
Reference in New Issue
Block a user