Skip to content

Commit

Permalink
Fixed bottomTabs syntax error (#6444)
Browse files Browse the repository at this point in the history
  • Loading branch information
cHaLkdusT authored Jul 30, 2020
1 parent 36e0e81 commit 956ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/api/layout-BottomTabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A container view for managing a radio-style selection interface, where a selecti
children: [
{
component: {
id: 'HOME_SCREEN'
id: 'HOME_SCREEN',
name: 'HomeScreen'
}
},
Expand Down

0 comments on commit 956ddf3

Please sign in to comment.