diff --git a/frontend/src/Components/Page/Header/SeriesSearchInput.js b/frontend/src/Components/Page/Header/SeriesSearchInput.js index a2b70addb..88be919d5 100644 --- a/frontend/src/Components/Page/Header/SeriesSearchInput.js +++ b/frontend/src/Components/Page/Header/SeriesSearchInput.js @@ -90,9 +90,9 @@ class SeriesSearchInput extends Component { ); } - goToSeries(series) { + goToSeries(item) { this.setState({ value: '' }); - this.props.onGoToSeries(series.titleSlug); + this.props.onGoToSeries(item.item.titleSlug); } reset() {