mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 12:42:45 +00:00
Fixing a distributing problem
This commit is contained in:
@@ -41,13 +41,11 @@ var Skill = React.createClass({
|
||||
val : e.target.value
|
||||
})
|
||||
},
|
||||
|
||||
renderExpert : function(){
|
||||
if(this.props.showExpert){
|
||||
return <input type="radio" className='expertToggle' onChange={this.handleToggleExpert} checked={this.data().expert} />
|
||||
}
|
||||
},
|
||||
|
||||
render : function(){
|
||||
return <div className='skill'>
|
||||
{this.renderExpert()}
|
||||
|
||||
Reference in New Issue
Block a user