Browse Source

default username

pull/8/head
Tim Glasgow 2 years ago
parent
commit
182fbd6378
  1. 3
      squarenotsquare/src/redux/reducers/UserReducer.js

3
squarenotsquare/src/redux/reducers/UserReducer.js

@ -7,7 +7,8 @@ import {
const initialUserState = { const initialUserState = {
lastGameTime: null, lastGameTime: null,
lastGameAnswers: null, lastGameAnswers: null,
lastGameScore: null lastGameScore: null,
username: 'noname'
} }
function usr(state = initialUserState, action) { function usr(state = initialUserState, action) {

Loading…
Cancel
Save