From 55c1da67c6930b833550d90bc3c498a624295149 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Fri, 16 Apr 2021 16:05:14 -0400 Subject: [PATCH] PostReplies: show parent author in parent postItem If an item is top of view, and has a parent, we now render the parent author we are replying to. Fixes an unfiled bug --- .../src/views/landscape/components/Home/Post/PostReplies.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/interface/src/views/landscape/components/Home/Post/PostReplies.js b/pkg/interface/src/views/landscape/components/Home/Post/PostReplies.js index 02096c6a6b..6a763ad222 100644 --- a/pkg/interface/src/views/landscape/components/Home/Post/PostReplies.js +++ b/pkg/interface/src/views/landscape/components/Home/Post/PostReplies.js @@ -79,6 +79,7 @@ export default function PostReplies(props) { baseUrl={baseUrl} history={history} isParent={true} + parentPost={parentNode?.post} vip={vip} group={group} />