feat: cockpit
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user