Remove unneeded code.
This commit is contained in:
parent
7dc04377fe
commit
be18096b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export default {
|
||||||
name: "customer-details",
|
name: "customer-details",
|
||||||
async beforeRouteEnter(to, from, next) {
|
async beforeRouteEnter(to, from, next) {
|
||||||
// Call APIs
|
// Call APIs
|
||||||
const cmsContentPromise = fetchCmsContentForPage(to.namezzz);
|
const cmsContentPromise = fetchCmsContentForPage(to.name);
|
||||||
|
|
||||||
// Settle promises and get results
|
// Settle promises and get results
|
||||||
const promiseResultMap = [
|
const promiseResultMap = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue