renderSearchBox = () => {
        let suggestionsList = [...this.state.suggestions];
        const { theme, themePreset } = this.props;

        if (this.state.userLocation) {