Browse Source

syntax

pull/8/head
Tim Glasgow 2 years ago
parent
commit
22999bb6dc
  1. 2
      squarenotsquare/src/redux/actions/SystemActions.js
  2. 1
      squarenotsquare/src/redux/reducers/UserReducer.js

2
squarenotsquare/src/redux/actions/SystemActions.js

@ -23,7 +23,7 @@ export function goToScores() {
return (dispatch) => {
squareNav('HighScores');
dispatch({
NAV_SCORES
type: NAV_SCORES
})
}
}

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

@ -6,6 +6,7 @@ import {
const initialUserState = {
lastGameTime: null,
lastGameAnswers: null,
lastGameScore: null
}

Loading…
Cancel
Save