Update Meshtastic/Views/Nodes/Helpers/ShareContactQRDialog.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2025-05-13 20:03:33 -05:00 committed by GitHub
parent 9a5b3d7c65
commit bb43a1ec9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ struct ShareContactQRDialog: View {
return ("https://meshtastic.org/v/#" + contactString.base64ToBase64url())
} catch {
Logger.services.error("Error serializing contact: \(error)")
return "Error generating QR code"
return ""
}
}