--
This commit is contained in:
parent
8a26112329
commit
eb995ce636
@ -159,7 +159,10 @@ export const Varimg = ({ currentQuestion }: VarimgProps) => {
|
||||
) : (
|
||||
<BlankImage />
|
||||
)
|
||||
) : currentQuestion.content.back !== " " && currentQuestion.content.back !== null ? (
|
||||
) : currentQuestion.content.back !== " "
|
||||
&& currentQuestion.content.back !== null
|
||||
&& currentQuestion.content.back.length > 0
|
||||
? (
|
||||
<img
|
||||
src={currentQuestion.content.back}
|
||||
style={{ width: "100%", height: "100%", objectFit: "cover" }}
|
||||
|
Loading…
Reference in New Issue
Block a user