floating price on item list
This commit is contained in:
@@ -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} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user