Update report route
+ pass claim id Example: https://lbry.com/dmca/116d62d14d8efc311e1f8a9de92dcbc17deb259a
This commit is contained in:
parent
648639e6c6
commit
0974e6d6b0
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class AssetInfo extends React.Component {
|
||||||
<a
|
<a
|
||||||
className={'link--primary'}
|
className={'link--primary'}
|
||||||
target='_blank'
|
target='_blank'
|
||||||
href='https://lbry.com/dmca'
|
href={`https://lbry.com/dmca/${claimId}`}
|
||||||
>
|
>
|
||||||
Report
|
Report
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue