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