From a2b6020e3755a8bf73601bc40e0f241d1635f552 Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Tue, 5 Nov 2024 16:57:58 +0000 Subject: [PATCH] Fix error --- components/QuizForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/QuizForm.tsx b/components/QuizForm.tsx index 900e44d..08e39d4 100644 --- a/components/QuizForm.tsx +++ b/components/QuizForm.tsx @@ -142,7 +142,7 @@ const QuizForm: FC = ({

{question}

- {images.length !== 0 && ( + {images && (