17.05.2026 funny

This commit is contained in:
2026-05-17 14:16:56 +03:00
parent b0dc637b8f
commit ed5c7ea79d
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ export function useChainTokenRows(chain: Chain) {
fav: false,
}
const tokenRows: Token[] = Object.entries(data.tokens).map(([symbol, amount]) => {
const tokenRows: Token[] = Object.entries(data.tokens ?? {}).map(([symbol, amount]) => {
const staticToken = lookupStatic(symbol)
return {
ticker: symbol,