mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Fix typo in childIds array in initialTravelPlan (#8112)
This commit is contained in:
committed by
GitHub
parent
abd1fe01db
commit
6a708898a6
@@ -1716,7 +1716,7 @@ export const initialTravelPlan = {
|
||||
34: {
|
||||
id: 34,
|
||||
title: 'Oceania',
|
||||
childIds: [35, 36, 37, 38, 39, 40,, 41],
|
||||
childIds: [35, 36, 37, 38, 39, 40, 41],
|
||||
},
|
||||
35: {
|
||||
id: 35,
|
||||
|
||||
Reference in New Issue
Block a user