From 04df0d4eff930d983e169e44d645690c6fe4465c Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 13 Dec 2023 08:56:53 -0700 Subject: [PATCH 1/3] fix problem when there's a null description --- src/views/NewEditProjectView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/NewEditProjectView.vue b/src/views/NewEditProjectView.vue index eaff9b0..573053b 100644 --- a/src/views/NewEditProjectView.vue +++ b/src/views/NewEditProjectView.vue @@ -37,7 +37,7 @@ maxlength="5000" >
- {{ fullClaim.description.length }}/5000 max. characters + {{ fullClaim.description?.length }}/5000 max. characters
Date: Wed, 13 Dec 2023 08:57:24 -0700 Subject: [PATCH 2/3] fix bad text in pop-up, and fix name of class --- src/views/ContactAmountsView.vue | 2 +- src/views/ContactsView.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index 897505c..a3dfc73 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -124,7 +124,7 @@ interface Notification { } @Component({ components: { QuickNav } }) -export default class ContactsView extends Vue { +export default class ContactAmountssView extends Vue { $notify!: (notification: Notification, timeout?: number) => void; activeDid = ""; diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 01df405..9cbe215 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -170,7 +170,7 @@ -

Or, record a gift from:

+

Or, record a contribution from:

-

Record a gift from:

+

Record a contribution from: