Explorar el Código

Fixed syntax error in bottomTabs example (#6241)

Sudaraka Senavirathne hace 4 años
padre
commit
2aa467c25e
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      website/docs/docs-bottomTabs.mdx

+ 1
- 1
website/docs/docs-bottomTabs.mdx Ver fichero

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