mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
Show local file indicator on Channel page
This commit is contained in:
parent
ae512ea68e
commit
d82f4c43a2
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class ChannelPage extends React.PureComponent {
|
||||||
name: claim.name,
|
name: claim.name,
|
||||||
claimId: claim.claim_id,
|
claimId: claim.claim_id,
|
||||||
})}
|
})}
|
||||||
|
showLocal={true}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
: <span className="empty">{__("No content found.")}</span>;
|
: <span className="empty">{__("No content found.")}</span>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue