Skip to content

Commit

Permalink
Merge pull request #1350 from maoziliang/fix-list-item
Browse files Browse the repository at this point in the history
[ListItem] list-item variable "style" miss "s"
  • Loading branch information
hai-cea committed Aug 6, 2015
2 parents 85b8bd2 + 66bc0dd commit 431455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lists/list-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const ListItem = React.createClass({
}

return hasCheckbox ? this._createLabelElement(styles, contentChildren) :
disabled ? this._createDisabledElement(style, contentChildren) : (
disabled ? this._createDisabledElement(styles, contentChildren) : (
<div>
<EnhancedButton
{...other}
Expand Down

0 comments on commit 431455e

Please sign in to comment.