forked from jsnbuchanan/crowd-funder-for-time-pwa
fix prompt for already-registered contacts (plus some verbiage)
This commit is contained in:
@@ -71,12 +71,7 @@
|
||||
<div class="ml-6">gave</div>
|
||||
<div v-if="giveDetails.amount">
|
||||
<fa icon="hand-holding-dollar" class="fa-fw text-slate-400" />
|
||||
{{
|
||||
displayAmount(
|
||||
giveDetails.unit,
|
||||
giveDetails.amount,
|
||||
)
|
||||
}}
|
||||
{{ displayAmount(giveDetails.unit, giveDetails.amount) }}
|
||||
</div>
|
||||
<div v-if="giveDetails.description">
|
||||
<fa icon="message" class="fa-fw text-slate-400" />
|
||||
|
||||
Reference in New Issue
Block a user