From d6448c63c954a34297d7b8adc744bc7e07e0ea57 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Wed, 30 Oct 2024 20:10:47 +0530 Subject: [PATCH] CSR-2066 formatting --- src/layouts/insurance-company/insurance-company.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue index 9820eec12..a13755ea0 100644 --- a/src/layouts/insurance-company/insurance-company.vue +++ b/src/layouts/insurance-company/insurance-company.vue @@ -75,9 +75,9 @@ export default { // Call the "next" function to complete the transition to this page. next((vm) => { //Reload page if serve from bfcache. - if (performance.getEntriesByType("navigation")[0].type === "back_forward") { + if (performance.getEntriesByType("navigation")[0].type === "back_forward") { vm.handlePageShow(); - } + } vm.setCmsContent(resultMap.cmsContent); vm.originalList = resultMap.insuranceCompanyList; if (store.getters.externalParameterState?.isExternalParameter) {