mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Rely on delegated types
This commit is contained in:
parent
48ade396ca
commit
6a35667bb5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
<div>
|
||||
<h2 class="text-sm font-semibold font-display">Cash</h2>
|
||||
|
||||
<% current_family.accounts.depository.each do |account| %>
|
||||
<% current_family.accounts.each do |account| %>
|
||||
<div class="flex items-center justify-between py-2">
|
||||
<div class="flex items-center text-sm">
|
||||
<%= account.name %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue