diff --git a/src/pages/student/practice/Test.tsx b/src/pages/student/practice/Test.tsx index e7520c1..42fa009 100644 --- a/src/pages/student/practice/Test.tsx +++ b/src/pages/student/practice/Test.tsx @@ -1703,16 +1703,15 @@ export const Test = () => {

)} - {currentQuestion?.context_image_url && - currentQuestion.context_image_url !== "NULL" && ( -
- Question context -
- )} + {currentQuestion?.context_image_url && ( +
+ Question context +
+ )}

{currentQuestion?.text && @@ -1755,26 +1754,24 @@ export const Test = () => {

) : ( <> - {currentQuestion?.context_image_url && - currentQuestion.context_image_url !== "NULL" && ( -
- Question context -
- )} - {currentQuestion?.context && - currentQuestion.context !== "NULL" && ( -
- -
- )} + {currentQuestion?.context_image_url && ( +
+ Question context +
+ )} + {currentQuestion?.context && ( +
+ +
+ )} )}