From be18096b2b5acde5c1c6685ef65870bbcc7f21dd Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 20 May 2025 15:57:43 -0400 Subject: [PATCH] Remove unneeded code. --- src/layouts/customer-details/customer-details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index 8afcd8428..8cb17673b 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -103,7 +103,7 @@ export default { name: "customer-details", async beforeRouteEnter(to, from, next) { // Call APIs - const cmsContentPromise = fetchCmsContentForPage(to.namezzz); + const cmsContentPromise = fetchCmsContentForPage(to.name); // Settle promises and get results const promiseResultMap = [