this.addCustomLabel(e)} fullWidth={true} floatingLabelText={"Choose a short name for this address"} value={this.state.addLocationCustomLabel} />);
}
if (this.state.locationType === 'provider') {
locationType = (
{pcpAddress}
{customAddresses}
} leftIcon={} onClick={(e) => this.handleAddAddress(e, 'custom')} />
)
autosuggest = ()
} else {
autosuggest = ()
}
let listItem = (
{autosuggest}
{this.state.currentLocation}
{locationType}
{this.state.nearbyPlaces}
)
if (this.state.addLocation) {
listItem = (
{addAddress}
{customLabel}
{this.state.searchAddresses}
)
actions = [
,
,
];
}
return (
{button}
);
}
}