diff --git a/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/stop_input.js b/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/stop_input.js index 942e13d6c5666..77ff3fb3f44db 100644 --- a/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/stop_input.js +++ b/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/stop_input.js @@ -70,7 +70,7 @@ export class StopInput extends Component { render() { const suggestionOptions = this.state.suggestions.map(suggestion => { - return { label: suggestion }; + return { label: `${suggestion}` }; }); const selectedOptions = [];