aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/EditUserScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/EditUserScreen.tsx')
-rw-r--r--src/containers/settings/EditUserScreen.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/containers/settings/EditUserScreen.tsx b/src/containers/settings/EditUserScreen.tsx
index 0d6c47da5..10c308524 100644
--- a/src/containers/settings/EditUserScreen.tsx
+++ b/src/containers/settings/EditUserScreen.tsx
@@ -126,8 +126,6 @@ class EditUserScreen extends Component<EditUserScreenProps> {
126 }, 126 },
127 }; 127 };
128 128
129 // @ts-ignore: Remove this ignore once mobx-react-form v4 with typescript
130 // support has been released.
131 return new Form(config); 129 return new Form(config);
132 } 130 }
133 131