ソースを参照

Fixed syntax error in bottomTabs example (#6241)

Sudaraka Senavirathne 4 年 前
コミット
2aa467c25e
No account linked to committer's email address
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      website/docs/docs-bottomTabs.mdx

+ 1
- 1
website/docs/docs-bottomTabs.mdx ファイルの表示

@@ -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
           }