fix typo
This commit is contained in:
parent
6059889eff
commit
3953b101a9
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import {
|
||||||
doError,
|
doError,
|
||||||
makeSelectClaimForUri,
|
makeSelectClaimForUri,
|
||||||
makeSelectClaimIsMine,
|
makeSelectClaimIsMine,
|
||||||
doPopulateUserSettings,
|
doPopulateSharedUserState,
|
||||||
doFetchChannelListMine,
|
doFetchChannelListMine,
|
||||||
} from 'lbry-redux';
|
} from 'lbry-redux';
|
||||||
import Native from 'native';
|
import Native from 'native';
|
||||||
|
@ -457,7 +457,7 @@ export function doSignIn() {
|
||||||
// @endif
|
// @endif
|
||||||
|
|
||||||
Lbryio.call('user_settings', 'get').then(settings => {
|
Lbryio.call('user_settings', 'get').then(settings => {
|
||||||
dispatch(doPopulateUserSettings(settings));
|
dispatch(doPopulateSharedUserState(settings));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue