diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 7c1c0ca..cd142e5 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -682,7 +682,7 @@ function TimelineItem({ instance={instance} enableCommentHint showFollowedTags={showFollowedTags} - showReplyParent + showReplyParent={showReplyParent} // allowFilters={allowFilters} /> ) : ( @@ -691,7 +691,7 @@ function TimelineItem({ instance={instance} enableCommentHint showFollowedTags={showFollowedTags} - showReplyParent + showReplyParent={showReplyParent} // allowFilters={allowFilters} /> )}