prettier
prettier
This commit is contained in:
parent
15161c9470
commit
4179df5058
10 changed files with 28 additions and 28 deletions
|
|
@ -68,7 +68,7 @@ export const pageProgressMapper = {
|
|||
percent: 55,
|
||||
step: 2,
|
||||
},
|
||||
"endorsements": {
|
||||
endorsements: {
|
||||
percent: 55,
|
||||
step: 2,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ export default {
|
|||
},
|
||||
async forwardButtonAction() {
|
||||
this.$router.navigateWithSaving(
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
this.navigationScenarios.CLICKED_FORWARD,
|
||||
this.pageName
|
||||
);
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue