Fix issue with transitioning between routes

This commit is contained in:
Berkeley Martinez
2015-10-27 23:46:42 -07:00
parent d633f74ff9
commit 83e82bd967
7 changed files with 34 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ export default Actions({
},
getUser: null,
goTo(route) {
updateRoute(route) {
return { route };
},
goBack: null