diff options
Diffstat (limited to 'src/pages')
| -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) {  |