diff --git a/frontend/src/Author/Details/AuthorDetails.js b/frontend/src/Author/Details/AuthorDetails.js index 2a6e743fc..9db384f17 100644 --- a/frontend/src/Author/Details/AuthorDetails.js +++ b/frontend/src/Author/Details/AuthorDetails.js @@ -268,7 +268,10 @@ class AuthorDetails extends Component { name={icons.ARROW_UP} size={30} title={translate('GoToAuthorListing')} - to={'/'} + to={{ + pathname: '/', + state: { restoreScrollPosition: true } + }} />