mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Reindent for readability
This commit is contained in:
parent
809c89eb97
commit
efe1e44c9d
@ -27,7 +27,12 @@ let Table = React.createClass({
|
|||||||
if(this.props.itemList && this.props.itemList.length > 0) {
|
if(this.props.itemList && this.props.itemList.length > 0) {
|
||||||
return (
|
return (
|
||||||
<div className="ascribe-table">
|
<div className="ascribe-table">
|
||||||
<TableHeader columnList={this.props.columnList} itemList={this.props.itemList} fetchList={this.props.fetchList} changeOrder={this.props.changeOrder} orderAsc={this.props.orderAsc} orderBy={this.props.orderBy} />
|
<TableHeader columnList={this.props.columnList}
|
||||||
|
itemList={this.props.itemList}
|
||||||
|
fetchList={this.props.fetchList}
|
||||||
|
changeOrder={this.props.changeOrder}
|
||||||
|
orderAsc={this.props.orderAsc}
|
||||||
|
orderBy={this.props.orderBy} />
|
||||||
{this.renderChildren()}
|
{this.renderChildren()}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user