mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 03:14:30 +03:00
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:
commit
f26e63421e
@ -79,6 +79,7 @@ export default function PostReplies(props) {
|
|||||||
baseUrl={baseUrl}
|
baseUrl={baseUrl}
|
||||||
history={history}
|
history={history}
|
||||||
isParent={true}
|
isParent={true}
|
||||||
|
parentPost={parentNode?.post}
|
||||||
vip={vip}
|
vip={vip}
|
||||||
group={group}
|
group={group}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user