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: {
|
||||
arePagePrerequisitesValid() {
|
||||
if(store.getters.hasSubmittedOrder) {
|
||||
if (store.getters.hasSubmittedOrder) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue