diff --git a/ui/component/commentsList/view.jsx b/ui/component/commentsList/view.jsx
index 5ce7f5f8c..2d635a48b 100644
--- a/ui/component/commentsList/view.jsx
+++ b/ui/component/commentsList/view.jsx
@@ -283,10 +283,13 @@ function CommentList(props: Props) {
)}
-
+ })}
+ ref={commentRef}
+ >
{topLevelComments &&
displayedComments &&
displayedComments.map((comment) => {
@@ -318,9 +321,9 @@ function CommentList(props: Props) {
{moreBelow && (