Commit b480cb2d by jhrabal

gui

parent 5f631379
......@@ -274,7 +274,7 @@ Home.contextTypes = {
function mapDispatchToProps(dispatch, props) {
return {
fetchStatsAction: (from, to, dateType) => dispatch(fetchStatsAction(from, to, dateType)),
fetchRatingsAction: (filter, paging, sorting) => dispatch(fetchRatingsAction(filter, {...paging, pageSize: 7}, sorting))
fetchRatingsAction: (filter, paging, sorting) => dispatch(fetchRatingsAction(filter, {...paging}, sorting))
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment