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

@@ -4,5 +4,6 @@ var keyMirror = require('react/lib/keyMirror');
module.exports = keyMirror({
LOAD: null,
FILTER_CRITERIA_CLICK: null,
REMOVE_APPLIED_FILTER: null
REMOVE_APPLIED_FILTER: null,
CHANGE_PAGE: null
});