Skip to content

Commit 155b872

Browse files
committed
Merge branch 'docs/place-js-fix-key-id-and-remove-duplicate-comma' into docs/fix-camelcase-section-heading
2 parents 30978c3 + 1da8621 commit 155b872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/learn/choosing-the-state-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ export const initialTravelPlan = {
10651065
childIds: []
10661066
},
10671067
39: {
1068-
id: 40,
1068+
id: 39,
10691069
title: 'Hawaii (the USA)',
10701070
childIds: []
10711071
},
@@ -1717,7 +1717,7 @@ export const initialTravelPlan = {
17171717
34: {
17181718
id: 34,
17191719
title: 'Oceania',
1720-
childIds: [35, 36, 37, 38, 39, 40,, 41],
1720+
childIds: [35, 36, 37, 38, 39, 40, 41],
17211721
},
17221722
35: {
17231723
id: 35,

0 commit comments

Comments
 (0)