From d47b86e0cdbec9baac1e87c9022d75884aab504f Mon Sep 17 00:00:00 2001 From: Josh Dassinger Date: Fri, 6 Dec 2024 10:42:34 -0600 Subject: [PATCH] SSR-1942 Removed commented removeLoader() call --- src/layouts/vin-lookup/vin-lookup.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 2f8f4d0f..4cc724f5 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -273,7 +273,6 @@ export default { if (partsOrQuestionsResponse.error) { this.mainStore.setBailout(bailoutMessage.PartsServiceError(partsOrQuestionsResponse.error.data)); window.console.error('Error on retrieving PartsOrQuestions'); - // this.$refs.siteFooter.removeLoader(); this.$router.navigate( this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT, this.$route