+ l1_normalisee + ` (${code_postal})`
+ }
+ placeholder="Nom d'entreprise (+ code postal)"
+ noResultsText="Nous n'avons trouvé aucune entreprise..."
+ searchPromptText={null}
+ loadingPlaceholder="Recherche en cours..."
+ loadOptions={this.getOptions}
+ />
+
+
+ >
+ )
+ }
+}
+
+let Company = ({ l1_normalisee, l4_normalisee, activite_principale }) => (
+ {l1_normalisee + ' ' + activite_principale}
+)
diff --git a/source/components/inFranceApp/index.js b/source/components/inFranceApp/index.js
index 766cdfc76..177cd69eb 100644
--- a/source/components/inFranceApp/index.js
+++ b/source/components/inFranceApp/index.js
@@ -5,6 +5,7 @@ import '../../containers/reset.css'
import withTracker from '../withTracker'
import Landing from './Landing'
import CreateMyCompany from './Steps/Create/index'
+import FindMyCompany from './Steps/Find'
import './ui/index.css'
class Layout extends Component {
componentDidMount() {
@@ -23,6 +24,7 @@ class Layout extends Component {
+
>