Skip to content

Commit d2da1a5

Browse files
authored
Remove useless comma (#4711)
Found an additional comma typo when I implemented this example with typescript.
1 parent 763d57b commit d2da1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beta/src/pages/learn/choosing-the-state-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ export const initialTravelPlan = {
10501050
35: {
10511051
id: 35,
10521052
title: 'Oceania',
1053-
childIds: [36, 37, 38, 39, 40, 41,, 42],
1053+
childIds: [36, 37, 38, 39, 40, 41, 42],
10541054
},
10551055
36: {
10561056
id: 36,
@@ -2849,4 +2849,4 @@ Keep in mind that you [should not mutate objects in state](/learn/updating-objec
28492849
28502850
</Solution>
28512851
2852-
</Challenges>
2852+
</Challenges>

0 commit comments

Comments
 (0)