From 20a1d2dfb810cdbed70514d3917e95ef620cfc78 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Mon, 8 Feb 2021 19:50:25 +0200 Subject: Remove trailing whitespaces --- src/pages/FormPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index 7798be6..f0fb548 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -197,7 +197,7 @@ function FormPage(): JSX.Element { if (!form) { return ; } - + const refMap: Map> = new Map(); const questions = form.questions.map((question, index) => { const questionRef = createRef(); -- cgit v1.2.3