bunch of minor fixes

This commit is contained in:
Edin Dazdarevic
2015-02-13 23:44:53 +01:00
parent 62f6249e4c
commit 9ca7b33b91
6 changed files with 37 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ var ByCategory = React.createClass({
componentWillReceiveProps: function() {
var categoryId = this.getParams().id;
this.filter = this.getQuery();
this.setState({
filter: this.filter
});