summaryrefslogtreecommitdiffstats
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 cebef9365..4f2cb19fe 100644
--- a/src/components/auth/Invite.tsx
+++ b/src/components/auth/Invite.tsx
@@ -86,7 +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 // TODO: [TS DEBT] need to fix this type once mobx-react-form is updated to next version
90 ] as any, 90 ] as any,
91 }, 91 },
92 }); 92 });