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 unused state & replace parameter
The two arguments `state` and `replace` in `onEnter` are not required. In the route when `/dashboard` matches, it is directed to `/` using browserHistory.push(). Closes coala#137
- Loading branch information