Merge pull request #296 from lbryio/claim-id-dmca
Add claim_id to DMCA links
This commit is contained in:
commit
0db0fd1307
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class FilePage extends React.PureComponent {
|
||||||
: ""}
|
: ""}
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<Link
|
<Link
|
||||||
href="https://lbry.io/dmca"
|
href={`https://lbry.io/dmca?claim_id=${claim.claim_id}`}
|
||||||
label={__("report")}
|
label={__("report")}
|
||||||
className="button-text-help"
|
className="button-text-help"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue