aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/LandingPage.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-02-02 22:23:21 +0000
committerGravatar GitHub <[email protected]>2021-02-02 22:23:21 +0000
commit675749db4380317f3fe9f98710656b8a4a6787fd (patch)
treef8eeb3ec4ea70e3061754857267def7ab7ea7841 /src/pages/LandingPage.tsx
parentMerge pull request #110 from python-discord/dependabot/npm_and_yarn/eslint-7.... (diff)
parentRevert "Updates License year" (diff)
Merge pull request #107 from python-discord/repo-cleanup
Diffstat (limited to 'src/pages/LandingPage.tsx')
-rw-r--r--src/pages/LandingPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx
index af968ad..06fef46 100644
--- a/src/pages/LandingPage.tsx
+++ b/src/pages/LandingPage.tsx
@@ -17,7 +17,7 @@ function LandingPage(): JSX.Element {
const fetchForms = async () => {
setForms(await getForms());
};
- fetchForms();
+ fetchForms().then();
}, []);
if (!forms) {