Browse Source

Fixed syntax error in bottomTabs example (#6241)

Sudaraka Senavirathne 4 years ago
parent
commit
2aa467c25e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      website/docs/docs-bottomTabs.mdx

+ 1
- 1
website/docs/docs-bottomTabs.mdx View File

27
         children: [
27
         children: [
28
           {
28
           {
29
             component: {
29
             component: {
30
-              id: 'HOME_SCREEN'
30
+              id: 'HOME_SCREEN',
31
               name: 'HomeScreen'
31
               name: 'HomeScreen'
32
             }
32
             }
33
           }
33
           }