CSR prettier

This commit is contained in:
CarlNation 2023-11-10 14:19:13 -05:00
parent 0735f949f1
commit a667d3ef47

View file

@ -74,7 +74,7 @@ export default {
name: "confirmation",
async beforeRouteEnter(to, from, next) {
await baseMixin.methods.dispatchStoreAction(storeActions.CREATE_SUBMITTED_ORDER);
// Call APIs
const cmsContentPromise = fetchCmsContentForPage(to.query.fmgPage);