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:
parent
cf72f1a387
commit
be0d51057d
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue