fix display of gives on contact screen; adjust give UI for project

This commit is contained in:
2023-07-20 18:22:45 -06:00
parent 179a5cd9f8
commit 87cfead094
3 changed files with 7 additions and 4 deletions

View File

@@ -135,7 +135,7 @@
<fa icon="trash-can" class="fa-fw" />
</button>
<div v-if="!showGiveNumbers" class="ml-auto flex gap-1.5">
<div v-if="showGiveNumbers" class="ml-auto flex gap-1.5">
<button
class="text-sm uppercase bg-blue-600 text-white px-2 py-1.5 rounded-md"
@click="onClickAddGive(activeDid, contact.did)"