Skip to content

Commit

Permalink
update List.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Guest committed Feb 8, 2016
1 parent cacc7d9 commit b898d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/List.jsx
Expand Up @@ -33,7 +33,7 @@ class List extends React.Component {
let className = style.list;
if (this.props.className) className += ` ${this.props.className}`;
return (
<ul className={className}>
<ul data-react-toolbox='list' className={className}>
{this.renderItems()}
</ul>
);
Expand Down

0 comments on commit b898d7f

Please sign in to comment.