diff --git a/squarenotsquare/src/redux/reducers/UserReducer.js b/squarenotsquare/src/redux/reducers/UserReducer.js index 4b40b7a..ae2d033 100644 --- a/squarenotsquare/src/redux/reducers/UserReducer.js +++ b/squarenotsquare/src/redux/reducers/UserReducer.js @@ -7,7 +7,8 @@ import { const initialUserState = { lastGameTime: null, lastGameAnswers: null, - lastGameScore: null + lastGameScore: null, + username: 'noname' } function usr(state = initialUserState, action) {