Browse Source

fix: show correct description

kb/add-usage-guide
Trent Larson 2 years ago
parent
commit
cdef139468
  1. 4
      src/views/ContactsView.vue

4
src/views/ContactsView.vue

@ -149,10 +149,10 @@
+
</button>
</div>
<div class="tooltip">
<div class="tooltip px-2">
by: {{ givenToMeTotals[contact.did] || 0 }}
<span class="tooltiptext-left">
{{ givenByMeDescriptions[contact.did] }}
{{ givenToMeDescriptions[contact.did] }}
</span>
<button
class="text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-6"

Loading…
Cancel
Save