mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Fix forgot to opt-in new experiment
This commit is contained in:
parent
f3d77dd04e
commit
3470b9adec
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue