Skip to content

Commit

Permalink
hotfix recipient of own messages
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 15, 2024
1 parent 38593e2 commit 8391635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/ui/PrivateMessageHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
class="flex items-center gap-x-4 py-4 pl-4 pr-8 text-left sm:pl-6 lg:pl-8 bg-gray-900"
>
<div class="flex flex-col">
<div class="text-sm font-medium text-gray-500">You</div>
<div class="text-sm font-medium text-gray-500">
You to {{ note.account }}
</div>
<div
class="wallet-address mt-1 text-xs text-white whitespace-nowrap"
>
Expand Down

0 comments on commit 8391635

Please sign in to comment.