Skip to content

Commit

Permalink
Fix wrong method name from previous refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterCarl committed Feb 2, 2017
1 parent d2e3077 commit 7546df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/signup/containers/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function composer(props, onData) {
});
},
onSignupFinished: () => {
actions.finishSignup(currentUser._id).then(() => {
actions.finishSetup(currentUser._id).then(() => {
browserHistory.push("/administration/");
});
}
Expand Down

0 comments on commit 7546df0

Please sign in to comment.