Merge pull request #4895 from urbit/mp/links/editing-comments

LinkResource: add index to baseUrl prop
This commit is contained in:
matildepark 2021-05-12 18:48:24 -04:00 committed by GitHub
commit 4959d53ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
/>