order contacts by name & note outside network as "outside your network"
This commit is contained in:
@@ -373,8 +373,8 @@ export function didInfo(
|
||||
return myId
|
||||
? `You${myId !== activeDid ? " (Alt ID)" : ""}`
|
||||
: isHiddenDid(did)
|
||||
? "Someone Not In Network"
|
||||
: "Someone Not In Contacts";
|
||||
? "Someone Outside Your Network"
|
||||
: "Someone Outside Contacts";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user