Fixed VIN Wrapping on Tag Popover IO-432

This commit is contained in:
Patrick Fic
2020-12-01 23:14:11 -08:00
parent c6ae32b66d
commit a8b62d75b1
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -64,7 +64,7 @@ export default function VehicleTagPopoverComponent({ job }) {
);
return (
<Popover placement="bottom" content={content}>
<Popover placement="bottom" visible={true} content={content}>
<Tag color="blue">
{job.vehicleid ? (
<Link to={`/manage/vehicles/${job.vehicleid}`}>

View File

@@ -1593,7 +1593,7 @@
"v_tone": "Tone",
"v_trimcode": "Trim Code",
"v_type": "Type",
"v_vin": "Vehicle Identification Number"
"v_vin": "V.I.N."
},
"forms": {
"detail": "Vehicle Details",

View File

@@ -1593,7 +1593,7 @@
"v_tone": "Tono",
"v_trimcode": "Código de recorte",
"v_type": "Tipo",
"v_vin": "Número de identificación del vehículo"
"v_vin": "V.I.N."
},
"forms": {
"detail": "",

View File

@@ -1593,7 +1593,7 @@
"v_tone": "ton",
"v_trimcode": "Code de coupe",
"v_type": "Type",
"v_vin": "Plaque d'immatriculation"
"v_vin": "V.I.N."
},
"forms": {
"detail": "",