From 1b9ae96006003e164df94bcd849809ac31f62cd0 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 1 Dec 2023 11:06:50 -0700 Subject: [PATCH] fix linting that caused failures --- src/libs/endorserServer.ts | 4 ++-- src/views/ContactsView.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libs/endorserServer.ts b/src/libs/endorserServer.ts index 64454e2..8db51eb 100644 --- a/src/libs/endorserServer.ts +++ b/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 { diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 116ec68..c7ca1df 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -67,8 +67,8 @@ showGiveTotals ? "Total" : showGiveConfirmed - ? "Confirmed" - : "Unconfirmed" + ? "Confirmed" + : "Unconfirmed" }}