From 3470b9adecfaecbd9f9185a54f8fdfd34657614e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 30 Jan 2024 15:22:01 +0800 Subject: [PATCH] Fix forgot to opt-in new experiment --- src/components/timeline.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 7c1c0caa..cd142e5c 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} /> )}