diff --git a/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx b/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx index cd6c54f..6ee0d15 100644 --- a/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx +++ b/src/components/molecules/jobs-detail-description/jobs-detail-description.molecule.jsx @@ -87,7 +87,7 @@ export default function JobsDetailDescriptionMolecule({ loading, job }) { - {!hasQuantityGreaterThan1 && ( + {hasQuantityGreaterThan1 && ( { else if (inPV) return "PC"; else if (inSuv) return "SUV"; else if (inCv) return "VN"; + else if (job.v_type === "CO") return "TK"; else return job.v_type; }; diff --git a/src/ipc/suvs.json b/src/ipc/suvs.json index 350d684..51f5b57 100644 --- a/src/ipc/suvs.json +++ b/src/ipc/suvs.json @@ -181,7 +181,7 @@ "SANTA FE", "ARMADA", "TELLURIDE", - "PALLISADE", + "PALISADE", "SELTOS", "TORRENT", "C-HR", @@ -356,5 +356,7 @@ "NAUTILUS HYBRID", "TRAVERSE LIMITED", "CX-70", - "SANTA FE XL" + "SANTA FE XL", + "RENEGADE", + "QX50" ]