← back to Bertha
chore(alshi-dash): update 1 file (.js) [+1/-1]
503684966575bfb767203b8510b5311d5ecac618 · 2026-02-16 18:17:31 +0000 · DW Commit Agent
Files touched
Diff
commit 503684966575bfb767203b8510b5311d5ecac618
Author: DW Commit Agent <commit-agent@dw-agents.com>
Date: Mon Feb 16 18:17:31 2026 +0000
chore(alshi-dash): update 1 file (.js) [+1/-1]
---
kalshi-dash/server.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kalshi-dash/server.js b/kalshi-dash/server.js
index bd9d15f..5360827 100644
--- a/kalshi-dash/server.js
+++ b/kalshi-dash/server.js
@@ -3127,7 +3127,7 @@ function PortfoliosTab() {
useEffect(() => {
const loadCharts = () => api('/api/portfauxlio/charts?period=7d').then(d => {
const byId = {};
- (d.portfolios || []).forEach(p => { byId[p.portfolio_id] = p; });
+ (d.portfolios || []).forEach(p => { byId[p.id] = p; });
setChartData(byId);
}).catch(() => {});
loadCharts();
← 059d3e1 Fix all double-escaped unicode sequences + update footer to
·
back to Bertha
·
chore(alshi-dash,kalshi-dash): update 7 files (.js) [+472/-2 997ac4e →