diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/posts/FeedSlice.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/posts/FeedSlice.tsx b/src/view/com/posts/FeedSlice.tsx index 3e08f253c..b8c9a1f2c 100644 --- a/src/view/com/posts/FeedSlice.tsx +++ b/src/view/com/posts/FeedSlice.tsx @@ -56,12 +56,12 @@ let FeedSlice = ({ record={slice.items[last].record} reason={slice.items[last].reason} feedContext={slice.items[last].feedContext} - parentAuthor={slice.items[2].parentAuthor} + parentAuthor={slice.items[last].parentAuthor} showReplyTo={false} moderation={slice.items[last].moderation} isThreadParent={isThreadParentAt(slice.items, last)} isThreadChild={isThreadChildAt(slice.items, last)} - isParentBlocked={slice.items[2].isParentBlocked} + isParentBlocked={slice.items[last].isParentBlocked} isThreadLastChild /> </> |