mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
7 lines
149 B
Text
7 lines
149 B
Text
|
<%= render UI::AccountPage.new(
|
||
|
account: @account,
|
||
|
chart_view: @chart_view,
|
||
|
chart_period: @period,
|
||
|
active_tab: @tab
|
||
|
) %>
|