Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
router.jsx: Remove unnecessary arguments
The two arguments `state` and `onEnter` not required. In the route when `/dashboard` matches, it is directed to `/` using browserHistory.push(). Fixes : coala#137
- Loading branch information