From eb995ce636fb329aae5465e71d68d1c8f39df28e Mon Sep 17 00:00:00 2001 From: Nastya Date: Wed, 14 Feb 2024 13:25:19 +0300 Subject: [PATCH] -- --- lib/components/ViewPublicationPage/questions/Varimg.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/components/ViewPublicationPage/questions/Varimg.tsx b/lib/components/ViewPublicationPage/questions/Varimg.tsx index a22eb2f..fdbb8a8 100644 --- a/lib/components/ViewPublicationPage/questions/Varimg.tsx +++ b/lib/components/ViewPublicationPage/questions/Varimg.tsx @@ -159,7 +159,10 @@ export const Varimg = ({ currentQuestion }: VarimgProps) => { ) : ( ) - ) : currentQuestion.content.back !== " " && currentQuestion.content.back !== null ? ( + ) : currentQuestion.content.back !== " " + && currentQuestion.content.back !== null + && currentQuestion.content.back.length > 0 + ? (