diff options
| author | 2024-07-10 01:53:48 +0100 | |
|---|---|---|
| committer | 2024-07-10 01:53:48 +0100 | |
| commit | de67bbd6c99bc11807eea4bbc3cd45d3a6b25027 (patch) | |
| tree | ae7f587892c767313010a099372cb2b739a82f1f /src/pages/FormPage | |
| parent | Update CODEOWNERS (diff) | |
| parent | Reconfigure Sentry with new features (diff) | |
Merge pull request #635 from python-discord/jb3/deps/dep-bumps
Dependency bumps
Diffstat (limited to 'src/pages/FormPage')
| -rw-r--r-- | src/pages/FormPage/FormPage.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/FormPage/FormPage.tsx b/src/pages/FormPage/FormPage.tsx index 05b51c0..9ffa4fc 100644 --- a/src/pages/FormPage/FormPage.tsx +++ b/src/pages/FormPage/FormPage.tsx @@ -69,7 +69,6 @@ function FormPage(): JSX.Element { useEffect(() => { // ID can't be null due to the routing to get here - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion getForm(id!).then(form => { setForm(form); setFormLoading(LoadingState.Found); |