From 3b2816539b120b63fb6eef3b6d09a152f5d2b4cb Mon Sep 17 00:00:00 2001 From: Pavel Kovirshin <45898580+PahaN47@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:08:42 +0300 Subject: [PATCH] fix(QuestionBlock): duplicate faq schema (#1063) --- src/blocks/Questions/Questions.tsx | 7 ++++++- src/blocks/Questions/models.ts | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/blocks/Questions/Questions.tsx b/src/blocks/Questions/Questions.tsx index 3a0a18bca..2cee96fb9 100644 --- a/src/blocks/Questions/Questions.tsx +++ b/src/blocks/Questions/Questions.tsx @@ -29,7 +29,12 @@ const QuestionsBlock = (props: QuestionsProps) => { }; return ( -