mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Fix timeframe dropdown next to Portfolio (#1434)
This commit is contained in:
parent
31d9d926f7
commit
3b928775a8
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class AccountsController < ApplicationController
|
|||
end
|
||||
|
||||
def list
|
||||
@period = Period.from_param(params[:period])
|
||||
render layout: false
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue