mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-14 22:39:47 +00:00
removes FileDownloadLink from lbrytv
This commit is contained in:
parent
7009bee4c8
commit
27fe485405
1 changed files with 2 additions and 0 deletions
|
@ -218,7 +218,9 @@ class FilePage extends React.Component<Props> {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="media__action-group--large">
|
<div className="media__action-group--large">
|
||||||
|
{/* @if TARGET='app' */}
|
||||||
<FileDownloadLink uri={uri} />
|
<FileDownloadLink uri={uri} />
|
||||||
|
{/* @endif */}
|
||||||
<FileActions uri={uri} claimId={claim.claim_id} />
|
<FileActions uri={uri} claimId={claim.claim_id} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue