use canonical url in edit link
This commit is contained in:
parent
a210644959
commit
4b72d02c59
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class AssetInfo extends React.Component {
|
||||||
<Row>
|
<Row>
|
||||||
<RowLabeled
|
<RowLabeled
|
||||||
label={<Label value={'Edit:'} />}
|
label={<Label value={'Edit:'} />}
|
||||||
content={<Link to={`/edit/${claimId}/${name}`}>{name}</Link>}
|
content={<Link to={`/edit${canonicalUrl}`}>{name}</Link>}
|
||||||
/>
|
/>
|
||||||
</Row>
|
</Row>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue