diff --git a/frontend/src/Series/Index/SeriesIndexConnector.js b/frontend/src/Series/Index/SeriesIndexConnector.js index ec0bd78c4..04912f3a5 100644 --- a/frontend/src/Series/Index/SeriesIndexConnector.js +++ b/frontend/src/Series/Index/SeriesIndexConnector.js @@ -124,7 +124,7 @@ class SeriesIndexConnector extends Component { onViewSelect = (view) => { // Reset the scroll position before changing the view this.setState({ scrollTop: 0 }, () => { - this.props.dispatchSetSeriesView({ view }); + this.props.dispatchSetSeriesView(view); }); }