fix: show correct description

This commit is contained in:
2023-03-22 21:11:16 -06:00
parent a7363eadcf
commit cdef139468

View File

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