1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Ensure transfer name is populated (#1042)

* Ensure transfer name is populated

* Transfer amount fallback
This commit is contained in:
Zach Gollwitzer 2024-08-01 12:10:30 -04:00 committed by GitHub
parent f2a2d2f7e4
commit c70c8b6d86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@
<%= tag.div class: short ? "max-w-[250px]" : "max-w-[325px]" do %>
<div class="flex items-center gap-2">
<%= circle_logo("T") %>
<%= circle_logo(transfer.from_name[0].upcase) %>
<%= tag.p transfer.name, class: "truncate text-gray-900" %>
</div>