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

@@ -90,8 +90,8 @@ var ByCategory = React.createClass({
locationName="category"
locationId={Number(this.getParams().id)} />
<h3> Kategorija - {this.state.category.get('name')}</h3>
Number of items in this category: {this.state.items.length}
<h3> {this.state.category.get('name')}</h3>
<div>
<AppliedFiltersList
filters={this.appliedCategoryFiltersArray()}
@@ -99,8 +99,6 @@ var ByCategory = React.createClass({
</div>
<div> total count is : {this.state.items.totalCount}</div>
<ItemList
items={this.state.items}
paginationEnabled={true}