1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-06 05:55:21 +02:00

Lint fixes

This commit is contained in:
Zach Gollwitzer 2025-07-17 20:58:53 -04:00
parent 4bb023a274
commit 0a90a208f0
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<%= render UI::AccountPage.new(
account: @account,
chart_view: @chart_view,
chart_period: @period,
account: @account,
chart_view: @chart_view,
chart_period: @period,
active_tab: @active_tab
) %>

View file

@ -14,5 +14,4 @@ module AccountableResourceInterfaceTest
get edit_account_url(@account)
assert_response :success
end
end