Browse Source

fix linting that caused failures

pull/87/head
Trent Larson 10 months ago
parent
commit
1b9ae96006
  1. 4
      src/libs/endorserServer.ts
  2. 4
      src/views/ContactsView.vue

4
src/libs/endorserServer.ts

@ -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 {

4
src/views/ContactsView.vue

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

Loading…
Cancel
Save