Skip to content

Commit ec7699b

Browse files
committed
updated lint error
1 parent 7fa182b commit ec7699b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • contentcuration/contentcuration/frontend/accounts/pages

contentcuration/contentcuration/frontend/accounts/pages/Create.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@
564564
return isValid;
565565
},
566566
submit() {
567-
// acceptedAgreement must be checked explicitly here as it is not included in validateForm().
567+
// acceptedAgreement must be checked explicitly
568+
// here as it is not included in validateForm().
568569
if (this.validateForm() && this.acceptedAgreement) {
569570
// Prevent double submission
570571
if (this.submitting) {

0 commit comments

Comments
 (0)