Ignore adhesive lines for glass.
This commit is contained in:
@@ -1,37 +1,37 @@
|
||||
import { AlertFilled } from "@ant-design/icons";
|
||||
import { Tooltip } from "antd";
|
||||
import React from "react";
|
||||
const models = [
|
||||
"equinox",
|
||||
"expedition",
|
||||
"pickup",
|
||||
"tucson",
|
||||
"terrain",
|
||||
"sorento",
|
||||
"sienna",
|
||||
"grandcaravan",
|
||||
"grand caravan",
|
||||
"journey",
|
||||
"nv200",
|
||||
"rav4",
|
||||
//"odyssey",
|
||||
"murano",
|
||||
"edge",
|
||||
"ram",
|
||||
"kicks",
|
||||
"qashqai",
|
||||
"escape",
|
||||
"santa fe",
|
||||
"trax",
|
||||
"armada",
|
||||
"traverse",
|
||||
"telluride",
|
||||
"express",
|
||||
];
|
||||
// const models = [
|
||||
// "equinox",
|
||||
// "expedition",
|
||||
// "pickup",
|
||||
// "tucson",
|
||||
// "terrain",
|
||||
// "sorento",
|
||||
// "sienna",
|
||||
// "grandcaravan",
|
||||
// "grand caravan",
|
||||
// "journey",
|
||||
// "nv200",
|
||||
// "rav4",
|
||||
// //"odyssey",
|
||||
// "murano",
|
||||
// "edge",
|
||||
// "ram",
|
||||
// "kicks",
|
||||
// "qashqai",
|
||||
// "escape",
|
||||
// "santa fe",
|
||||
// "trax",
|
||||
// "armada",
|
||||
// "traverse",
|
||||
// "telluride",
|
||||
// "express",
|
||||
// ];
|
||||
|
||||
export default function VehicleGroupAlertAtom({ job, showGroup = false }) {
|
||||
const shouldWarn =
|
||||
models.includes(job.v_model.toLowerCase()) && !job.group_verified;
|
||||
const shouldWarn = false;
|
||||
// models.includes(job.v_model.toLowerCase()) && !job.group_verified;
|
||||
|
||||
const vehicleText = `${job.v_model_yr} ${job.v_makedesc} ${job.v_model} (${
|
||||
job.v_type
|
||||
|
||||
Reference in New Issue
Block a user