|
@ -157,8 +157,8 @@ export function didInfo( |
|
|
return contact |
|
|
return contact |
|
|
? contact.name || "Contact With No Name" |
|
|
? contact.name || "Contact With No Name" |
|
|
: isHiddenDid(did) |
|
|
: isHiddenDid(did) |
|
|
? "Someone Not In Network" |
|
|
? "Someone Not In Network" |
|
|
: "Someone Not In Contacts"; |
|
|
: "Someone Not In Contacts"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export interface ResultWithType { |
|
|
export interface ResultWithType { |
|
|