Skip to content

Commit a3def17

Browse files
fix: new certificate issues
1 parent e4d32c5 commit a3def17

File tree

1 file changed

+1
-0
lines changed
  • client/src/components/documents/driver-card/card/mini

1 file changed

+1
-0
lines changed

Diff for: client/src/components/documents/driver-card/card/mini/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import summarizeName from "@/helpers/summarizeName";
44
import QRCode from "react-qr-code";
55

66
const DriverCardMini = ({ document }) => {
7+
console.log("hello");
78
const { name, surname, middlename, birthDate, from, to, id } = document;
89
return (
910
<>

0 commit comments

Comments
 (0)