Show local file indicator on Channel page

This commit is contained in:
Alex Liebowitz 2017-09-19 04:16:15 -04:00
parent ae512ea68e
commit d82f4c43a2

View file

@ -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>;