diff --git a/web/src/components/PartProfile/PartProfile.js b/web/src/components/PartProfile/PartProfile.js index de1183c..03397a0 100644 --- a/web/src/components/PartProfile/PartProfile.js +++ b/web/src/components/PartProfile/PartProfile.js @@ -89,10 +89,10 @@ const PartProfile = ({ shouldAnimateHover iconName="chevron-down" onClick={() => { - document.getElementById('section').scrollIntoView() + document.getElementById('comment-section').scrollIntoView() }} > - {userPart.Part.Comment.length} + {userPart.Part.Comment.length} Comments

Comments