1
0
Fork 0
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:
Tony Vincent 2024-11-08 15:10:05 +01:00 committed by GitHub
parent 31d9d926f7
commit 3b928775a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ class AccountsController < ApplicationController
end
def list
@period = Period.from_param(params[:period])
render layout: false
end