Some linting and further documenting

This commit is contained in:
Matthew Raymer
2023-12-02 22:08:04 -05:00
parent fa41fb3415
commit 9846cf3e4c
3 changed files with 9 additions and 4 deletions

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 />