fix #460 again
This commit is contained in:
parent
fb2b37c4f1
commit
90c83c6239
1 changed files with 4 additions and 2 deletions
|
@ -68,8 +68,10 @@ class FileList extends React.PureComponent {
|
||||||
if (fileInfo.channel_name) {
|
if (fileInfo.channel_name) {
|
||||||
uriParams.channelName = fileInfo.channel_name;
|
uriParams.channelName = fileInfo.channel_name;
|
||||||
uriParams.contentName = fileInfo.name;
|
uriParams.contentName = fileInfo.name;
|
||||||
// The following can be done as certificateID of a claim is nothing but the claimID of the channel.
|
if (fileInfo.value && fileInfo.publisherSignature) {
|
||||||
uriParams.claimId = fileInfo.value.publisherSignature.certificateId;
|
// The following can be done as certificateID of a claim is nothing but the claimID of the channel.
|
||||||
|
uriParams.claimId = fileInfo.value.publisherSignature.certificateId;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
uriParams.claimId = fileInfo.claim_id;
|
uriParams.claimId = fileInfo.claim_id;
|
||||||
uriParams.name = fileInfo.name;
|
uriParams.name = fileInfo.name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue