From 6a13c6b7b0570e49ff97a9554780a47fa99b349b Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Thu, 17 Oct 2024 10:31:12 -0400 Subject: [PATCH] Revert "Merge pull request #2031 from Safelite/feature/CSR-2066" This reverts commit 15bbffdf0fda06f8049147f9de65e7e8c3b1f4f1, reversing changes made to ff5efcee4d0be364387918b017e05d0ff32e5d40. --- src/layouts/insurance-company/insurance-company.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue index 780a8136a..bc9e5755a 100644 --- a/src/layouts/insurance-company/insurance-company.vue +++ b/src/layouts/insurance-company/insurance-company.vue @@ -74,11 +74,6 @@ export default { // Call the "next" function to complete the transition to this page. next((vm) => { - // Update navbar component to clear any stale loading component state - // "/" is the fullPath for refreshes and re-entry to the site from Heritage - if (from.fullPath == "/") { - vm.$refs["navbar"].$forceUpdate(); - } vm.setCmsContent(resultMap.cmsContent); vm.originalList = resultMap.insuranceCompanyList; if (store.getters.externalParameterState?.isExternalParameter) {