Skip to content

Commit

Permalink
Merge pull request #587 from lbryio/show-local-channel
Browse files Browse the repository at this point in the history
Show local file indicator on Channel page
  • Loading branch information
Jeremy Kauffman committed Sep 22, 2017
2 parents 861241c + d82f4c4 commit 7e9c8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/js/page/channel/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 7e9c8f2

Please sign in to comment.