diff --git a/lib/components/ViewPublicationPage/ResultForm.tsx b/lib/components/ViewPublicationPage/ResultForm.tsx index a3bbf6e..5fa5aed 100644 --- a/lib/components/ViewPublicationPage/ResultForm.tsx +++ b/lib/components/ViewPublicationPage/ResultForm.tsx @@ -34,8 +34,10 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { const yandexMetrics = useYandexMetricsGoals(settings.cfg.yandexMetricsNumber); useEffect(() => { - vkMetrics.resultShown(resultQuestion.id); - yandexMetrics.resultShown(resultQuestion.id); + vkMetrics.resultIdShown(resultQuestion.id); + yandexMetrics.resultIdShown(resultQuestion.id); + vkMetrics.resultShown(); + yandexMetrics.resultShown(); }, []); return ( @@ -189,9 +191,8 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { { p: (settings.cfg.resultInfo.showResultForm === "before" && !settings.cfg.score) || - (settings.cfg.resultInfo.showResultForm === "after" && - resultQuestion.content.redirect) + (settings.cfg.resultInfo.showResultForm === "after" && + resultQuestion.content.redirect) ? "20px" : "0", }} @@ -248,11 +249,16 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { {settings.cfg.resultInfo.showResultForm === "after" && resultQuestion.content.redirect && (