17.05.2026 funny
This commit is contained in:
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ЭКСА — Ваш мост в мир цифровых активов</title>
|
||||
<script type="module" crossorigin src="/assets/index-DOZHm_HX.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CdGkzoZk.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-ChMX4U7G.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user