From b5b40d2c5c05f8d3af747f9197a2ae1a70f89250 Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Tue, 3 May 2022 15:15:34 -0400 Subject: [PATCH] estimate page --- src/layouts/estimate/estimate.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index f77f30f8e..b46c38801 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -118,13 +118,6 @@ export default { answersFromCms() { return this.getCmsContent("VinLookupMethod", "Answers"); }, - vinLookupMethodOptionsMap() { - return { - ManualVin: true, - LicensePlate: true, - HomeAddress: true, - }; - }, }, components: { funnelHeader,