update Tab.jsx

old
Fred Guest 2016-02-08 10:51:57 -08:00
parent 99b4fcac23
commit 52f324d53a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class TabHeader extends React.Component {
}, this.props.className);
return (
<label className={className} onClick={this.handleClick}>
<label data-react-toolbox='tab' className={className} onClick={this.handleClick}>
{this.props.label}
</label>
);