diff options
author | 2021-02-02 22:23:21 +0000 | |
---|---|---|
committer | 2021-02-02 22:23:21 +0000 | |
commit | 675749db4380317f3fe9f98710656b8a4a6787fd (patch) | |
tree | f8eeb3ec4ea70e3061754857267def7ab7ea7841 /src/pages/LandingPage.tsx | |
parent | Merge pull request #110 from python-discord/dependabot/npm_and_yarn/eslint-7.... (diff) | |
parent | Revert "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.tsx | 2 |
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) { |