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,
|
||||
makeSelectClaimForUri,
|
||||
makeSelectClaimIsMine,
|
||||
doPopulateUserSettings,
|
||||
doPopulateSharedUserState,
|
||||
doFetchChannelListMine,
|
||||
} from 'lbry-redux';
|
||||
import Native from 'native';
|
||||
|
@ -457,7 +457,7 @@ export function doSignIn() {
|
|||
// @endif
|
||||
|
||||
Lbryio.call('user_settings', 'get').then(settings => {
|
||||
dispatch(doPopulateUserSettings(settings));
|
||||
dispatch(doPopulateSharedUserState(settings));
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue