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
This commit is contained in:
Matilde Park 2021-04-16 16:05:14 -04:00
parent ec60ea6790
commit 55c1da67c6

View File

@ -79,6 +79,7 @@ export default function PostReplies(props) {
baseUrl={baseUrl}
history={history}
isParent={true}
parentPost={parentNode?.post}
vip={vip}
group={group}
/>