Added vehicle alert changes and group verification. RPS-74
This commit is contained in:
@@ -30,7 +30,8 @@ const models = [
|
||||
];
|
||||
|
||||
export default function VehicleGroupAlertAtom({ job, showGroup = false }) {
|
||||
const shouldWarn = models.includes(job.v_model.toLowerCase());
|
||||
const shouldWarn =
|
||||
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