mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-16 01:06:59 +08:00
fix: complie err
This commit is contained in:
@@ -638,7 +638,7 @@ export function AITradersPage({ onTraderSelect }: AITradersPageProps) {
|
|||||||
<span className="ml-1">
|
<span className="ml-1">
|
||||||
({exchange.hyperliquidWalletAddr
|
({exchange.hyperliquidWalletAddr
|
||||||
? `${exchange.hyperliquidWalletAddr.slice(0, 6)}...${exchange.hyperliquidWalletAddr.slice(-4)}`
|
? `${exchange.hyperliquidWalletAddr.slice(0, 6)}...${exchange.hyperliquidWalletAddr.slice(-4)}`
|
||||||
: `${exchange.asterUser.slice(0, 6)}...${exchange.asterUser.slice(-4)}`
|
: (exchange.asterUser ? `${exchange.asterUser.slice(0, 6)}...${exchange.asterUser.slice(-4)}` : '')
|
||||||
})
|
})
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user