1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +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 %>
<% end %>
<div class="min-h-[800px]" data-testid="account-details>
<div class="min-h-[800px]" data-testid="account-details">
<% if tabs.present? %>
<%= tabs %>
<% else %>