mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -04:00
#134 [pl] polski cenzus płci [wip]
This commit is contained in:
parent
4296f818df
commit
1c13e6b933
@ -191,7 +191,7 @@
|
||||
return true;
|
||||
}
|
||||
if (this.question.type === 'radio') {
|
||||
return this.answers[this.q] !== undefined;
|
||||
return this.answers[this.q] !== undefined && this.answers[this.q] !== null;
|
||||
}
|
||||
if (this.question.type === 'checkbox') {
|
||||
return this.answers[this.q] !== undefined && this.answers[this.q].length > 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user