From 25446bbdf8d0020b1adfe34e4f45c1a1eec6528e Mon Sep 17 00:00:00 2001 From: haraldox Date: Tue, 30 Jan 2018 12:41:42 +0100 Subject: Merge branch 'fix-invite-screen' into feature/invite-button fix linitng errors --- src/containers/auth/InviteScreen.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/containers/auth') diff --git a/src/containers/auth/InviteScreen.js b/src/containers/auth/InviteScreen.js index a624e2245..42a00f1fc 100644 --- a/src/containers/auth/InviteScreen.js +++ b/src/containers/auth/InviteScreen.js @@ -11,9 +11,9 @@ export default class InviteScreen extends Component { } render() { - const { + const { actions, - location + location, } = this.props; return ( @@ -31,4 +31,9 @@ InviteScreen.wrappedComponent.propTypes = { invite: PropTypes.func.isRequired, }).isRequired, }).isRequired, + location: PropTypes.shape({ + query: PropTypes.shape({ + from: PropTypes.string, + }), + }).isRequired, }; -- cgit v1.2.3-70-g09d2