forked from jsnbuchanan/crowd-funder-for-time-pwa
Looks like GiftedDialog works? A little cleanup.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user