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

4
src/views/ContactsView.vue

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

Loading…
Cancel
Save