fix the name of the offerer

This commit is contained in:
2024-01-12 20:39:30 -07:00
parent a87179d127
commit 9183092325

View File

@@ -181,7 +181,9 @@
<div class="flex justify-between gap-4">
<span>
<fa icon="user" class="fa-fw text-slate-400"></fa>
{{ didInfo(offer.agentDid, activeDid, allMyDids, allContacts) }}
{{
didInfo(offer.offeredByDid, activeDid, allMyDids, allContacts)
}}
</span>
<a @click="onClickLoadClaim(offer.jwtId)">
<fa icon="circle-info" class="pl-2 pt-1 text-slate-500"></fa>