Skip to content

Commit

Permalink
update demo #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzheng.fz committed Aug 17, 2016
1 parent 772cbd3 commit 740b47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dva-projects/user-dashboard/src/models/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
},

subscriptions: [
function (dispatch) {
function ({ dispatch }) {
hashHistory.listen(location => {
if (location.pathname === '/users') {
dispatch({
Expand Down

0 comments on commit 740b47e

Please sign in to comment.