add referral link #27

Merged
neb-b merged 1 commit from referral-link into master 2019-02-20 20:16:56 +01:00
neb-b commented 2019-02-20 17:15:21 +01:00 (Migrated from github.com)

So we can add a link for users to send to friends for referrals

So we can add a link for users to send to friends for referrals
skhameneh (Migrated from github.com) approved these changes 2019-02-20 19:13:34 +01:00
@ -18,2 +18,3 @@
.then(status => {
Promise.all([Lbryio.call('user', 'invite_status'), Lbryio.call('user_referral_code', 'list')])
.then(([status, code]) => {
dispatch(doRewardList());
skhameneh (Migrated from github.com) commented 2019-02-20 19:13:29 +01:00

You can await a Promise.all()

You can `await` a `Promise.all()`
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/lbryinc#27
No description provided.