Browse Source

high score nav name

pull/8/head
Tim Glasgow 2 years ago
parent
commit
7f64752f83
  1. 2
      squarenotsquare/src/redux/actions/SystemActions.js

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

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

Loading…
Cancel
Save