Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit dc21a83

Browse files
committed
fix error
1 parent 18fa3ae commit dc21a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/marko-web-identity-x/browser/progressive.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export default {
413413
return true;
414414
}
415415
// only return non answered customBooleanFields
416-
const { customBooleanFieldAnswers, customSelectFieldAnswers} = this.activeUser;
416+
const { customBooleanFieldAnswers, customSelectFieldAnswers } = this.activeUser;
417417
const filteredBoolean = customBooleanFieldAnswers && customBooleanFieldAnswers
418418
.filter(({ id: answerId }) => id === answerId);
419419
if (filteredBoolean.length !== 0) {

0 commit comments

Comments
 (0)