fixed paging on subcategory browsing page

This commit is contained in:
Edin Dazdarevic
2015-03-30 00:05:57 +02:00
parent 7c1eb2f4fd
commit 76d5fd7599
5 changed files with 33 additions and 18 deletions

View File

@@ -62,7 +62,6 @@ var ItemList = React.createClass({
return (
<nav>
<ul className="pagination">
{pages}
</ul>
</nav>)