diff options
-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 ef588f3..60deb30 100644 --- a/src/pages/LandingPage.tsx +++ b/src/pages/LandingPage.tsx @@ -20,7 +20,7 @@ function LandingPage() { {getForms().map(form => ( - <FormListing form={form}/> + <FormListing key={form.id} form={form}/> ))} </div> </div> |