Fix forgot to opt-in new experiment

pull/406/head
Lim Chee Aun 2024-01-30 15:22:01 +08:00
rodzic f3d77dd04e
commit 3470b9adec
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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}
/>
)}