Merge pull request #4777 from urbit/mp/group-feed/show-parent-if-parent

PostReplies: show parent author in parent postItem
This commit is contained in:
L 2021-04-19 14:03:41 -05:00 committed by GitHub
commit f26e63421e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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