feat: cockpit

This commit is contained in:
OpenSquared
2026-07-24 21:33:08 +02:00
parent 2d9040dbae
commit 22b23c0f06

View File

@@ -238,7 +238,7 @@ export default function Dashboard() {
const alias = UNDERLYING_ALIASES[upper]
if (alias && watchlistTickers.has(alias)) resolved = alias
}
console.warn('[TradesOverview] underlyingDisplayName', { raw: underlying, upper, baseTicker, watchlistTickers: Array.from(watchlistTickers), resolved })
console.warn(`[TradesOverview] raw=${underlying} upper=${upper} baseTicker=${baseTicker} resolved=${resolved} watchlistTickers=[${Array.from(watchlistTickers).join('|')}]`)
return resolved
}