diff --git a/client/src/components/documents/driver-card/card/mini/index.jsx b/client/src/components/documents/driver-card/card/mini/index.jsx index fc8495e..d92fb12 100644 --- a/client/src/components/documents/driver-card/card/mini/index.jsx +++ b/client/src/components/documents/driver-card/card/mini/index.jsx @@ -4,6 +4,7 @@ import summarizeName from "@/helpers/summarizeName"; import QRCode from "react-qr-code"; const DriverCardMini = ({ document }) => { + console.log("hello"); const { name, surname, middlename, birthDate, from, to, id } = document; return ( <>