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