diff --git a/src/pages/ViewPublicationPage/Footer.tsx b/src/pages/ViewPublicationPage/Footer.tsx index 219f4e6..c8a7fb8 100644 --- a/src/pages/ViewPublicationPage/Footer.tsx +++ b/src/pages/ViewPublicationPage/Footer.tsx @@ -222,7 +222,7 @@ export const Footer = ({ setCurrentQuestion, question, setShowContactForm, setSh if (nextQuestion && nextQuestion.type !== "result") { setCurrentQuestion(nextQuestion); } else { - showResult(nextQuestion); + showResult(items.find(q => q.content.rule.parentId === "line")); } return;