Replaced remaining parts of app to use Redux.
This commit is contained in:
@@ -33,3 +33,8 @@ export const signOutFailure = error => ({
|
||||
export const unauthorizedUser = () => ({
|
||||
type: UserActionTypes.UNAUTHORIZED_USER
|
||||
});
|
||||
|
||||
export const setUserLanguage = language => ({
|
||||
type: UserActionTypes.SET_USER_LANGUAGE,
|
||||
payload: language
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user