From 05269a20c78406d8ff3a83fddca923a996f82d1b Mon Sep 17 00:00:00 2001 From: haraldox Date: Sun, 21 Jan 2018 18:35:29 +0100 Subject: ADDED invite button in Account Settings [WIP] return to previous route on submit / cancel --- src/containers/auth/InviteScreen.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/containers') diff --git a/src/containers/auth/InviteScreen.js b/src/containers/auth/InviteScreen.js index 51971f436..6b39b1dd1 100644 --- a/src/containers/auth/InviteScreen.js +++ b/src/containers/auth/InviteScreen.js @@ -12,6 +12,9 @@ export default class InviteScreen extends Component { render() { const { actions } = this.props; + + console.log(this.props.location.state) + return (