floating price on item list

This commit is contained in:
Senad Uka
2015-06-13 03:53:42 +02:00
parent c27e08a682
commit 0c305d3c40
4 changed files with 14 additions and 11 deletions

View File

@@ -30,17 +30,14 @@ var BySubCategory = React.createClass({
return (<div>
<div className='col-md-2'>
<FilterCriteriaSelector filterCriterias={this.state.subCategory.get('filter_criterias')} onFCClick={this.onFCClick} />
<FilterCriteriaSelector filterCriterias={this.state.subCategory.get('filter_criterias')} onFCClick={this.onFCClick} />
</div>
<div classname='col-md-10'>
<h2>
Podkategorija {this.state.subCategory.get('name')}
{this.state.subCategory.get('name')}
</h2>
<div>Number of items in this subcategory: {this.state.items.length}</div>
<div>total count : {this.state.items.totalCount}</div>
<div>
<AppliedFiltersList filters={this.appliedSubCategoryFiltersArray()} onRemove={this.removeAppliedFilter} />