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() {
return (dispatch) => {
squareNav('HighScores');
squareNav('HighScore');
dispatch({
type: NAV_SCORES
})

Loading…
Cancel
Save