Formatting
This commit is contained in:
parent
560ad28597
commit
e63f8bdcc4
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisitesValid() {
|
arePagePrerequisitesValid() {
|
||||||
if(store.getters.hasSubmittedOrder) {
|
if (store.getters.hasSubmittedOrder) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue