Add claim_id to DMCA links #296
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,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