Remove channels from published page
This commit is contained in:
parent
abdc15989c
commit
9584848077
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class FileList extends React.PureComponent {
|
|||
|
||||
if (fileInfo.channel_name) {
|
||||
uriParams.channelName = fileInfo.channel_name;
|
||||
uriParams.contentName = fileInfo.claim_name;
|
||||
uriParams.contentName = fileInfo.claim_name || fileInfo.name;
|
||||
uriParams.claimId = this.getChannelSignature(fileInfo);
|
||||
} else {
|
||||
uriParams.claimId = fileInfo.claim_id;
|
||||
|
|
Loading…
Reference in a new issue