diff --git a/public/react/src/modules/question/Question.js b/public/react/src/modules/question/Question.js index 9721af3eb..e0b93fb93 100644 --- a/public/react/src/modules/question/Question.js +++ b/public/react/src/modules/question/Question.js @@ -935,7 +935,16 @@ class Question extends Component { } return ( -
+
+ { mydisplay===true? @@ -962,11 +971,7 @@ class Question extends Component { : "" } - { - visible===true? +
- :""} { modalsTypes === true ? this.modalCancels()}