From 4874cf967565d22fe2a845dc6471e69136cafc6d Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 3 Nov 2024 17:30:40 -0700 Subject: [PATCH] add better verbiage when an offer has both description and amount --- src/views/NewActivityView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/NewActivityView.vue b/src/views/NewActivityView.vue index 8d7f5e516..61f85a45f 100644 --- a/src/views/NewActivityView.vue +++ b/src/views/NewActivityView.vue @@ -35,7 +35,8 @@ didInfo(offer.offeredByDid, activeDid, allMyDids, allContacts) }} offers - {{ offer.objectDescription }} + {{ offer.objectDescription }} + {{ offer.objectDescription && offer.amount ? ", and " : "" }} {{ displayAmount(offer.unit, offer.amount) }}