Skip to content

Commit

Permalink
Merge pull request #113 from surpassinggoogle/feature/certified-uloggers
Browse files Browse the repository at this point in the history
display certified ulogger even if user not logged in
  • Loading branch information
eastmaels committed Sep 12, 2018
2 parents 358ee9c + 00d354b commit 5eaf27d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/client/user/userActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ export const GET_ULOGGERS_FOLLOWING_SUCCESS = '@user/GET_ULOGGERS_FOLLOWING_SUCC
export const GET_ULOGGERS_FOLLOWING_ERROR = '@user/GET_ULOGGERS_FOLLOWING_ERROR';

export const getUloggersFollowing = () => (dispatch, getState) => {
const state = getState();

if (!getIsAuthenticated(state)) {
return dispatch({ type: GET_ULOGGERS_FOLLOWING_ERROR });
}

return dispatch({
type: GET_ULOGGERS_FOLLOWING,
meta: 'uloggers',
Expand Down

0 comments on commit 5eaf27d

Please sign in to comment.