Added vehicles to alerts.

This commit is contained in:
Patrick Fic
2021-01-18 16:04:58 -08:00
parent be709d51e1
commit 66b59c6031

View File

@@ -23,6 +23,10 @@ const models = [
"escape",
"santa fe",
"trax",
"armada",
"traverse",
"telluride",
"express",
];
export default function VehicleGroupAlertAtom({ job, showGroup = false }) {