Merge pull request #54 from lbryio/fix-dmca-report

Fix dmca report route
This commit is contained in:
Akinwale Ariwodola 2019-10-11 14:11:02 +01:00 committed by GitHub
commit 342e022594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -973,7 +973,7 @@ class FilePage extends React.PureComponent {
style={[filePageStyle.actionButton, filePageStyle.reportButton]}
theme={'light'}
icon={'flag'}
onPress={() => Linking.openURL(`https://lbry.com/dmca?claim_id=${claim.claim_id}`)}
onPress={() => Linking.openURL(`https://lbry.com/dmca/${claim.claim_id}`)}
/>
<Button
style={[filePageStyle.actionButton, filePageStyle.tipButton]}