fix: update account sidebar tab (#81)

This commit is contained in:
Matthieu Ev
2025-08-05 20:09:57 +02:00
committed by GitHub
parent eba42e2f71
commit ef7d736409

View File

@@ -23,9 +23,9 @@
<%= render DS::Tabs.new(active_tab: active_tab, session_key: "account_sidebar_tab", testid: "account-sidebar-tabs") do |tabs| %>
<% tabs.with_nav do |nav| %>
<% nav.with_btn(id: "all", label: "All") %>
<% nav.with_btn(id: "asset", label: "Assets") %>
<% nav.with_btn(id: "liability", label: "Debts") %>
<% nav.with_btn(id: "all", label: "All") %>
<% end %>
<% tabs.with_panel(tab_id: "asset") do %>