aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/InviteScreen.js
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-21 18:35:29 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-21 18:35:29 +0100
commit05269a20c78406d8ff3a83fddca923a996f82d1b (patch)
tree0b6b4b69f08cd5632e25a43b4b554a12be411f01 /src/containers/auth/InviteScreen.js
parentallow arbitrary routes in dev mode (diff)
downloadferdium-app-05269a20c78406d8ff3a83fddca923a996f82d1b.tar.gz
ferdium-app-05269a20c78406d8ff3a83fddca923a996f82d1b.tar.zst
ferdium-app-05269a20c78406d8ff3a83fddca923a996f82d1b.zip
ADDED invite button in Account Settings
[WIP] return to previous route on submit / cancel
Diffstat (limited to 'src/containers/auth/InviteScreen.js')
-rw-r--r--src/containers/auth/InviteScreen.js3
1 files changed, 3 insertions, 0 deletions
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 {
12 12
13 render() { 13 render() {
14 const { actions } = this.props; 14 const { actions } = this.props;
15
16 console.log(this.props.location.state)
17
15 return ( 18 return (
16 <Invite 19 <Invite
17 onSubmit={actions.user.invite} 20 onSubmit={actions.user.invite}