Skip to content

Commit

Permalink
Added missing commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Baroni committed Nov 3, 2015
1 parent cfd972d commit 3e9e379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/badge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export default React.createClass({
primaryText: '',
labelColor: null,
backgroundColor: null,
style: null
style: null,
};
}
},
componentWillReceiveProps(nextProps, nextContext) {
let newMuiTheme = nextContext.muiTheme ? nextContext.muiTheme : this.state.muiTheme;
this.setState({
Expand Down

0 comments on commit 3e9e379

Please sign in to comment.