diff --git a/src/shared/components/post/post.tsx b/src/shared/components/post/post.tsx index 3186242a..f876ec37 100644 --- a/src/shared/components/post/post.tsx +++ b/src/shared/components/post/post.tsx @@ -192,10 +192,6 @@ export class Post extends Component { this.scrollCommentIntoView(); } - if (this.checkScrollIntoCommentsParam) { - this.scrollIntoCommentSection(); - } - // Necessary if you are on a post and you click another post (same route) if (_lastProps.location.pathname !== _lastProps.history.location.pathname) { // TODO Couldnt get a refresh working. This does for now.