Select pending url #369

Merged
jessopb merged 5 commits from selectPendingUrl into master 2020-12-16 16:19:51 +01:00
jessopb commented 2020-12-05 01:25:34 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2020-12-11 17:04:46 +01:00
neb-b (Migrated from github.com) commented 2020-12-11 17:04:46 +01:00

I think this should return a number if it exists

return claim && claim.meta && Number(claim.meta.effective_amount);
I think this should return a number if it exists ``` return claim && claim.meta && Number(claim.meta.effective_amount); ```
jessopb (Migrated from github.com) reviewed 2020-12-16 15:41:43 +01:00
jessopb (Migrated from github.com) commented 2020-12-16 15:41:42 +01:00

As Number(undefined) = NaN, I did typeof ..effective_amount === 'string' too.

As Number(undefined) = NaN, I did typeof ..effective_amount === 'string' too.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#369
No description provided.