Fixed VIN Wrapping on Tag Popover IO-432
This commit is contained in:
@@ -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}`}>
|
||||
|
||||
Reference in New Issue
Block a user