aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/FormPage
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-10 01:53:48 +0100
committerGravatar GitHub <[email protected]>2024-07-10 01:53:48 +0100
commitde67bbd6c99bc11807eea4bbc3cd45d3a6b25027 (patch)
treeae7f587892c767313010a099372cb2b739a82f1f /src/pages/FormPage
parentUpdate CODEOWNERS (diff)
parentReconfigure 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.tsx1
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);