Correct "moons" to "eyes"
This commit is contained in:
parent
e7d50281fe
commit
7b99f9ba0a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ export default new Vuex.Store({
|
|||
team_1: {
|
||||
name: `Sun`,
|
||||
icon: ``,
|
||||
moons: {
|
||||
eyes: {
|
||||
1: 0, 2: 0,
|
||||
3: 0, 4: 0,
|
||||
5: 0, 6: 0,
|
||||
|
|
@ -18,7 +18,7 @@ export default new Vuex.Store({
|
|||
team_2: {
|
||||
name: `Moon`,
|
||||
icon: ``,
|
||||
moons: {
|
||||
eyes: {
|
||||
1: 0, 2: 0,
|
||||
3: 0, 4: 0,
|
||||
5: 0, 6: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue