aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Invite.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Invite.tsx')
-rw-r--r--src/components/auth/Invite.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Invite.tsx b/src/components/auth/Invite.tsx
index 7723ea1ac..4ab5157a8 100644
--- a/src/components/auth/Invite.tsx
+++ b/src/components/auth/Invite.tsx
@@ -117,7 +117,7 @@ class Invite extends Component<IProps, IState> {
117 117
118 this.setState({ showSuccessInfo: true }); 118 this.setState({ showSuccessInfo: true });
119 }, 119 },
120 onError: () => {}, 120 onError: noop,
121 }); 121 });
122 } 122 }
123 123