mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
Remove useless comma (#4711)
Found an additional comma typo when I implemented this example with typescript.
This commit is contained in:
@@ -1050,7 +1050,7 @@ export const initialTravelPlan = {
|
||||
35: {
|
||||
id: 35,
|
||||
title: 'Oceania',
|
||||
childIds: [36, 37, 38, 39, 40, 41,, 42],
|
||||
childIds: [36, 37, 38, 39, 40, 41, 42],
|
||||
},
|
||||
36: {
|
||||
id: 36,
|
||||
@@ -2849,4 +2849,4 @@ Keep in mind that you [should not mutate objects in state](/learn/updating-objec
|
||||
|
||||
</Solution>
|
||||
|
||||
</Challenges>
|
||||
</Challenges>
|
||||
|
||||
Reference in New Issue
Block a user