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:
parent
4bb023a274
commit
0a90a208f0
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
) %>
|
||||
|
|
|
@ -14,5 +14,4 @@ module AccountableResourceInterfaceTest
|
|||
get edit_account_url(@account)
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue