IO-1972 Add tracking for conversions to labor.

This commit is contained in:
Patrick Fic
2022-07-18 11:45:02 -07:00
parent fb6c667a7f
commit 90bd70070d
3 changed files with 88 additions and 68 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
export default function VehicleVinDisplay({ children }) {
if (!children) return null;
console.log(children);
if (typeof children !== "string" || children.length !== 17) return children;
const vin = children.trim();