1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 16:19:40 +02:00

Fix syntax error in account template

This commit is contained in:
Zach Gollwitzer 2025-05-02 07:54:12 -04:00
parent cf72f1a387
commit be0d51057d

View file

@ -16,7 +16,7 @@
<%= render "accounts/show/chart", account: account %> <%= render "accounts/show/chart", account: account %>
<% end %> <% end %>
<div class="min-h-[800px]" data-testid="account-details> <div class="min-h-[800px]" data-testid="account-details">
<% if tabs.present? %> <% if tabs.present? %>
<%= tabs %> <%= tabs %>
<% else %> <% else %>