Skip to content

Commit

Permalink
Remove unnecessary quotes around object key
Browse files Browse the repository at this point in the history
  • Loading branch information
bartriordan committed Mar 5, 2017
1 parent 88aa985 commit ed54f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,7 +104,7 @@ var Button = React.createClass({
// ...
render () {
var btnClass = classNames({
'btn': true,
btn: true,
'btn-pressed': this.state.isPressed,
'btn-over': !this.state.isPressed && this.state.isHovered
});
Expand Down

0 comments on commit ed54f36

Please sign in to comment.