From 39fa3d7dacf09324bf04439a2d152cac2c842d45 Mon Sep 17 00:00:00 2001 From: Nastya Date: Wed, 14 May 2025 21:24:51 +0300 Subject: [PATCH] add special qid to text q --- lib/components/ViewPublicationPage/questions/Text/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/ViewPublicationPage/questions/Text/index.tsx b/lib/components/ViewPublicationPage/questions/Text/index.tsx index cabe54d..081da54 100644 --- a/lib/components/ViewPublicationPage/questions/Text/index.tsx +++ b/lib/components/ViewPublicationPage/questions/Text/index.tsx @@ -18,7 +18,7 @@ export const Text = ({ currentQuestion, stepNumber }: TextProps) => { const answers = useQuizViewStore((state) => state.answers); const { answer } = answers.find(({ questionId }) => questionId === currentQuestion.id) ?? {}; - if (pathOnly === "/92ed5e3e-8e6a-491e-87d0-d3197682d0e3") + if (pathOnly === "/92ed5e3e-8e6a-491e-87d0-d3197682d0e3" || pathOnly === "/cc006b40-ccbd-4600-a1d3-f902f85aa0a0") return (