Looks like GiftedDialog works? A little cleanup.

This commit is contained in:
Matthew Raymer
2023-07-05 16:27:21 +08:00
parent 49c3971cf2
commit cf54096326
3 changed files with 10 additions and 69 deletions

View File

@@ -90,7 +90,7 @@ export function didInfo(did, identifiers, contacts) {
if (contact) {
return contact.name || "Someone Unnamed in Contacts";
} else if (!did) {
return "Unpecified Person";
return "Unspecified Person";
} else if (isHiddenDid(did)) {
return "Someone Not In Network";
} else {