Remove manual refresh funds button from header.
Account snapshot already refreshes automatically on load, interval, and tab switch. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1252,8 +1252,6 @@ if(window.ManualOrderRrPreview){
|
||||
});
|
||||
|
||||
refreshAccountSnapshot();
|
||||
const settingsRefreshFunds = document.getElementById("settings-refresh-funds");
|
||||
if (settingsRefreshFunds) settingsRefreshFunds.addEventListener("click", function(){ refreshAccountSnapshot({ force: true }); });
|
||||
if (window.AccountRiskBadge) AccountRiskBadge.startTicker();
|
||||
const _journalFormEl = document.getElementById("journal-form");
|
||||
if(_journalFormEl){
|
||||
|
||||
Reference in New Issue
Block a user