mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
Merge pull request #4895 from urbit/mp/links/editing-comments
LinkResource: add index to baseUrl prop
This commit is contained in:
commit
4959d53ab2
@ -125,7 +125,7 @@ export function LinkResource(props: LinkResourceProps) {
|
||||
api={api}
|
||||
editCommentId={editCommentId}
|
||||
history={props.history}
|
||||
baseUrl={`${resourceUrl}/${props.match.params.index}`}
|
||||
baseUrl={`${resourceUrl}/index/${props.match.params.index}`}
|
||||
group={group}
|
||||
px={3}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user