kopia lustrzana https://github.com/cheeaun/phanpy
Fix forgot to opt-in new experiment
rodzic
f3d77dd04e
commit
3470b9adec
|
@ -682,7 +682,7 @@ function TimelineItem({
|
||||||
instance={instance}
|
instance={instance}
|
||||||
enableCommentHint
|
enableCommentHint
|
||||||
showFollowedTags={showFollowedTags}
|
showFollowedTags={showFollowedTags}
|
||||||
showReplyParent
|
showReplyParent={showReplyParent}
|
||||||
// allowFilters={allowFilters}
|
// allowFilters={allowFilters}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
|
@ -691,7 +691,7 @@ function TimelineItem({
|
||||||
instance={instance}
|
instance={instance}
|
||||||
enableCommentHint
|
enableCommentHint
|
||||||
showFollowedTags={showFollowedTags}
|
showFollowedTags={showFollowedTags}
|
||||||
showReplyParent
|
showReplyParent={showReplyParent}
|
||||||
// allowFilters={allowFilters}
|
// allowFilters={allowFilters}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Ładowanie…
Reference in New Issue