Updated tooltip once more and added vehicles to alert atom.

This commit is contained in:
Patrick Fic
2020-12-18 14:31:56 -08:00
parent f34c7cbebe
commit 44bbb17243
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const models = [
"journey",
"nv200",
"rav4",
"odyssey",
//"odyssey",
"murano",
"edge",
"ram",
@@ -22,6 +22,7 @@ const models = [
"qashqai",
"escape",
"santa fe",
"trax",
];
export default function VehicleGroupAlertAtom({ job, showGroup = false }) {