Fix: fee value on sub page

This commit is contained in:
Thomas Zarebczan 2019-04-27 20:44:57 -04:00
parent a7fa739b2a
commit ae81e8e33c

View file

@ -261,7 +261,7 @@ export const doCheckSubscription = (subscriptionUri: string, shouldNotify?: bool
const uri = buildURI({ contentName: claim.name, claimId: claim.claim_id }, true);
const shouldDownload =
shouldAutoDownload &&
Boolean(downloadCount < SUBSCRIPTION_DOWNLOAD_LIMIT && !claim.value.stream.fee);
Boolean(downloadCount < SUBSCRIPTION_DOWNLOAD_LIMIT && !claim.value.fee;
// Add the new content to the list of "un-read" subscriptions
if (shouldNotify) {