From 740bb5fbb426e29242960e99a2565829dda94bf3 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 5 Oct 2020 17:58:42 +0100 Subject: Add a key to the form listings --- src/pages/LandingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => ( - + ))} -- cgit v1.2.3