mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
fix typo
This commit is contained in:
parent
386ba98f60
commit
058ea02b05
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ 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) && (
|
{(!claimIsMine || subscriptionUri || speechSharable) && (
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
{claimIsMine ? (
|
{claimIsMine ? (
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Add table
Reference in a new issue