more reformatting
This commit is contained in:
@@ -74,6 +74,7 @@ var SectionsListComponent = React.createClass({
|
||||
<div>
|
||||
<ul className='nav nav-pills'>
|
||||
{this.state.sections.map(function(section) {
|
||||
|
||||
return (
|
||||
<li key={section.get('id')} role='presentation' style={style}>
|
||||
<a href="#" onClick={self.onSectionClick.bind(self, section)} onMouseOver={self.onMouseOver.bind(self, section)}>
|
||||
|
||||
Reference in New Issue
Block a user