fix some incorrect logic & things AI hallucinated

This commit is contained in:
2025-05-29 19:36:35 -06:00
parent 820ae727ed
commit 92e4570672
4 changed files with 7 additions and 34 deletions

View File

@@ -504,10 +504,6 @@ export default class ContactQRScanShow extends Vue {
const contact = {
did: did,
name: contactInfo.name || "",
email: contactInfo.email || "",
phone: contactInfo.phone || "",
company: contactInfo.company || "",
title: contactInfo.title || "",
notes: contactInfo.notes || "",
};