Updated tooltip once more and added vehicles to alert atom.
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function JobsDetailDescriptionMolecule({ loading, job }) {
|
||||
|
||||
<Descriptions.Item
|
||||
label={
|
||||
<Tooltip title="This is the date you will receive payment from MPI.">
|
||||
<Tooltip title="This is the date you will submit for payment from MPI.">
|
||||
Close Date
|
||||
</Tooltip>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user