diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue
index 20a47e357..3d0d16b4a 100644
--- a/src/layouts/estimate/estimate.vue
+++ b/src/layouts/estimate/estimate.vue
@@ -22,7 +22,7 @@
@@ -250,6 +250,11 @@ export default {
skipVinLookup() {
return this.isRepair || this.isVinOptionalVehicle;
},
+ alertInfo() {
+ return this.isVinOptionalVehicle && !this.isRepair
+ ? "AlertQuoteVinOptional"
+ : "AlertQuoteReady";
+ },
},
watch: {
serviceZipCode() {