Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Aug 7, 2020
1 parent 0ec6e44 commit f14e565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/Puzzle.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const getters = {
playerPubToken: (state) => state.playerPubToken,
errorMessage: (state) => state.errorMessage,
showErrorMessage: (state) => state.showErrorMessage,
loggedIn: (state) => state.logged
loggedIn: (state) => state.loggedIn
}

const actions = {
Expand Down

0 comments on commit f14e565

Please sign in to comment.