From 978a31a34ebd8c63fb5b0f009a0dd8a69941927a Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 22 Jun 2024 11:47:10 -0600 Subject: [PATCH] fix prompt for already-registered contacts (plus some verbiage) --- src/views/ConfirmGiftView.vue | 7 +------ src/views/ContactsView.vue | 2 +- src/views/ProjectsView.vue | 5 +++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/ConfirmGiftView.vue b/src/views/ConfirmGiftView.vue index d9ae300..ce70fbb 100644 --- a/src/views/ConfirmGiftView.vue +++ b/src/views/ConfirmGiftView.vue @@ -71,12 +71,7 @@
gave
- {{ - displayAmount( - giveDetails.unit, - giveDetails.amount, - ) - }} + {{ displayAmount(giveDetails.unit, giveDetails.amount) }}
diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index e8b5160..f2f2faa 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -680,7 +680,7 @@ export default class ContactsView extends Vue { nextPubKeyHashB64: payload.own.nextPublicEncKeyHash, profileImageUrl: payload.own.profileImageUrl, publicKeyBase64: payload.own.publicEncKey, - isRegistered: payload.own.isRegistered, + registered: payload.own.registered, } as Contact); } } diff --git a/src/views/ProjectsView.vue b/src/views/ProjectsView.vue index 4d53979..d4c003c 100644 --- a/src/views/ProjectsView.vue +++ b/src/views/ProjectsView.vue @@ -190,8 +190,9 @@
You have not announced any projects.
- Try the big - button. + Hit the big + + button. You'll never know until you try.