Merge pull request #587 from lbryio/show-local-channel

Show local file indicator on Channel page
This commit is contained in:
Jeremy Kauffman 2017-09-22 18:10:46 -04:00 committed by GitHub
commit 7e9c8f2625

View file

@ -52,6 +52,7 @@ class ChannelPage extends React.PureComponent {
name: claim.name,
claimId: claim.claim_id,
})}
showLocal={true}
/>
)
: <span className="empty">{__("No content found.")}</span>;