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