Skip to content

Commit

Permalink
[Tabs] Remove the href form simple tab example (#13205)
Browse files Browse the repository at this point in the history
  • Loading branch information
menomanabdulla authored and oliviertassinari committed Oct 11, 2018
1 parent c7e9039 commit 105ed3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/demos/tabs/SimpleTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SimpleTabs extends React.Component {
<Tabs value={value} onChange={this.handleChange}>
<Tab label="Item One" />
<Tab label="Item Two" />
<Tab label="Item Three" href="#basic-tabs" />
<Tab label="Item Three" />
</Tabs>
</AppBar>
{value === 0 && <TabContainer>Item One</TabContainer>}
Expand Down

0 comments on commit 105ed3b

Please sign in to comment.