Skip to content

Commit

Permalink
update Tabs.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Guest committed Feb 8, 2016
1 parent 413ddb7 commit 99b4fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/Tabs.jsx
Expand Up @@ -89,7 +89,7 @@ class Tabs extends React.Component {
if (this.props.className) className += ` ${this.props.className}`;

return (
<div ref='tabs' className={className}>
<div ref='tabs' data-react-toolbox='tabs' className={className}>
<nav className={style.navigation} ref='navigation'>
{this.renderHeaders(headers)}
</nav>
Expand Down

0 comments on commit 99b4fca

Please sign in to comment.