Unused action.
parent
ac39703874
commit
a9be34aea7
|
|
@ -46,9 +46,6 @@ const me = (state = initialState, action) =>
|
|||
return { ...state, loggedIn: flag };
|
||||
}
|
||||
|
||||
case 'USER_LOGOUT':
|
||||
return { ...state, loggedIn: false };
|
||||
|
||||
case 'SET_PICTURE':
|
||||
return { ...state, picture: action.payload.picture };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue