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:
parent
f2a2d2f7e4
commit
c70c8b6d86
3 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue