@@ -53,6 +53,11 @@
showError: props.question.reply == index && props.question.result != index
}
} else {
+ if (props.question.reply == '') {
+ return {
+ active: false
+ }
return {
active: props.question.reply == index