INSR-10489: Fix inconsistent indentation and missing semicolons
This commit is contained in:
parent
b5620e087e
commit
ca8d77d2c2
1 changed files with 8 additions and 8 deletions
|
|
@ -1034,7 +1034,7 @@ export default {
|
|||
this.benefitRecalModalAcknowledged = true;
|
||||
},
|
||||
scheduleElsewhereClicked() {
|
||||
this.navigateBack(this, this.navigateBackScenario)
|
||||
this.navigateBack(this, this.navigateBackScenario);
|
||||
},
|
||||
backButtonAction() {
|
||||
if (this.hasBenefitRecalModal && !this.benefitRecalModalAcknowledged) {
|
||||
|
|
@ -1048,7 +1048,7 @@ export default {
|
|||
);
|
||||
}
|
||||
else {
|
||||
this.navigateBack(this, this.navigateBackScenario)
|
||||
this.navigateBack(this, this.navigateBackScenario);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue