add special qid to text q
All checks were successful
Deploy / CreateImage (push) Successful in 6m37s
Deploy / DeployService (push) Successful in 23s

This commit is contained in:
Nastya 2025-05-14 21:24:51 +03:00
parent aefda2b767
commit 39fa3d7dac

@ -18,7 +18,7 @@ export const Text = ({ currentQuestion, stepNumber }: TextProps) => {
const answers = useQuizViewStore((state) => state.answers); const answers = useQuizViewStore((state) => state.answers);
const { answer } = answers.find(({ questionId }) => questionId === currentQuestion.id) ?? {}; 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 ( return (
<TextSpecialHorisontal <TextSpecialHorisontal
currentQuestion={currentQuestion} currentQuestion={currentQuestion}