mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update Meshtastic/Views/Nodes/Helpers/ShareContactQRDialog.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9a5b3d7c65
commit
bb43a1ec9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue