call rewardList after invite status so rewards are updated based on invites

This commit is contained in:
Sean Yesmunt 2019-02-04 12:01:22 -05:00
parent 28697c9968
commit 94e3b4eee0

View file

@ -16,6 +16,7 @@ export function doFetchInviteStatus() {
Lbryio.call('user', 'invite_status')
.then(status => {
dispatch(doRewardList());
dispatch({
type: ACTIONS.USER_INVITE_STATUS_FETCH_SUCCESS,
data: {