Skip to content

Commit

Permalink
fix user redux store default state
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Chen committed Dec 9, 2018
1 parent 177007f commit 023cb89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/store/user.js
Expand Up @@ -15,8 +15,6 @@ export function userSignedOut() {
// --------- reducer ----------
const defaultState = {
authenticated: false,
accessToken: null,
refreshToken: null,
};

const reducer = (state = defaultState, action) => {
Expand Down

0 comments on commit 023cb89

Please sign in to comment.