Skip to content

Commit

Permalink
fix(docs): bottom navigation docs-examples fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Sep 24, 2019
1 parent ea2cc59 commit 6bf8f4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export type BottomNavigationElement = React.ReactElement<BottomNavigationProps>;
* return (
* <BottomNavigation
* selectedIndex={this.state.selectedIndex}
* onSelect={this.onTabSelect}
* onSelect={this.onTabSelect}>
* <BottomNavigationTab title='Tab 1/>
* <BottomNavigationTab title='Tab 2/>
* <BottomNavigationTab title='Tab 3/>
Expand Down Expand Up @@ -109,7 +109,7 @@ export type BottomNavigationElement = React.ReactElement<BottomNavigationProps>;
* <BottomNavigation
* appearance='noIndicator'
* selectedIndex={this.state.selectedIndex}
* onSelect={this.onTabSelect}
* onSelect={this.onTabSelect}>
* <BottomNavigationTab title='Tab 1/>
* <BottomNavigationTab title='Tab 2/>
* </BottomNavigation>
Expand Down

0 comments on commit 6bf8f4f

Please sign in to comment.