forked from jsnbuchanan/crowd-funder-for-time-pwa
Merge branch 'master' into choose-no-id
This commit is contained in:
@@ -94,7 +94,7 @@ export function didInfo(did, activeDid, 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