mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
Remove check for div
One of these conditions (including tipping) will always apply, no need to hide the div.
This commit is contained in:
parent
7c2efb4a19
commit
703f16e9a1
1 changed files with 26 additions and 28 deletions
|
@ -203,7 +203,6 @@ class FilePage extends React.Component<Props> {
|
||||||
<UriIndicator uri={uri} link />
|
<UriIndicator uri={uri} link />
|
||||||
</div>
|
</div>
|
||||||
<div className="card__actions card__actions--no-margin card__actions--between">
|
<div className="card__actions card__actions--no-margin card__actions--between">
|
||||||
{(!claimIsMine || subscriptionUri || speechSharable) && (
|
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
{claimIsMine ? (
|
{claimIsMine ? (
|
||||||
<Button
|
<Button
|
||||||
|
@ -230,7 +229,6 @@ class FilePage extends React.Component<Props> {
|
||||||
<ViewOnWebButton claimId={claim.claim_id} claimName={claim.name} />
|
<ViewOnWebButton claimId={claim.claim_id} claimName={claim.name} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
|
||||||
|
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
<FileDownloadLink uri={uri} />
|
<FileDownloadLink uri={uri} />
|
||||||
|
|
Loading…
Add table
Reference in a new issue