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.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/auth/Invite.tsx b/src/components/auth/Invite.tsx
index 4f2cb19fe..0d39d861a 100644
--- a/src/components/auth/Invite.tsx
+++ b/src/components/auth/Invite.tsx
@@ -86,8 +86,7 @@ class Invite extends Component<IProps, IState> {
86 }, 86 },
87 }, 87 },
88 }), 88 }),
89 // TODO: [TS DEBT] need to fix this type once mobx-react-form is updated to next version 89 ],
90 ] as any,
91 }, 90 },
92 }); 91 });
93 } 92 }