(Go Back) Choose State To Move From
') {
// console.log('in here')
return (
No Results
No Results
We're sorry, we couldn't find any results for that search.
Back to Search
)
} else {
return (
Search Results
Results
{props.results.length} results found for {props.searchTerm}
Back to Search
)
}
}
export default Results;