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

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}`}>