diff --git a/lib/components/ViewPublicationPage/ContactForm.tsx b/lib/components/ViewPublicationPage/ContactForm.tsx index d87f384..28c25a3 100644 --- a/lib/components/ViewPublicationPage/ContactForm.tsx +++ b/lib/components/ViewPublicationPage/ContactForm.tsx @@ -274,7 +274,7 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => {  ознакомлен - {!show_badge && + {show_badge && - {!show_badge ? (quizThemes[settings.cfg.theme].isLight ? ( + {show_badge ? (quizThemes[settings.cfg.theme].isLight ? ( diff --git a/lib/components/ViewPublicationPage/ResultForm.tsx b/lib/components/ViewPublicationPage/ResultForm.tsx index ab17a70..a72c74b 100644 --- a/lib/components/ViewPublicationPage/ResultForm.tsx +++ b/lib/components/ViewPublicationPage/ResultForm.tsx @@ -124,7 +124,7 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => { px: "20px", }} > - {!show_badge && + {show_badge && { - {!show_badge && + {show_badge &&