Merge pull request #587 from lbryio/show-local-channel
Show local file indicator on Channel page
This commit is contained in:
commit
7e9c8f2625
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,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