From 48059682d04c5911add9f962a85ef6d514355ee5 Mon Sep 17 00:00:00 2001 From: haraldox Date: Tue, 6 Feb 2018 09:10:31 +0100 Subject: [MINOR] house cleaning --- src/containers/auth/InviteScreen.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/containers/auth/InviteScreen.js') diff --git a/src/containers/auth/InviteScreen.js b/src/containers/auth/InviteScreen.js index 7102df0b9..e54d8d225 100644 --- a/src/containers/auth/InviteScreen.js +++ b/src/containers/auth/InviteScreen.js @@ -11,16 +11,12 @@ export default class InviteScreen extends Component { } render() { - const { - actions, - location, - } = this.props; + const { actions } = this.props; return (
@@ -34,9 +30,4 @@ 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