A cleaner attempt to merge #87

Merged
anomalist merged 7 commits from service-worker-final into master 2023-12-02 03:36:36 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 1b9ae96006 - Show all commits

View File

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

View File

@@ -67,8 +67,8 @@
showGiveTotals
? "Total"
: showGiveConfirmed
? "Confirmed"
: "Unconfirmed"
? "Confirmed"
: "Unconfirmed"
}}
</button>
<br />