refactor(AITradersPage): remove unused hyperliquidWalletAddr state (#511)

This commit is contained in:
ERIC LEUNG
2025-11-05 16:42:56 +08:00
committed by GitHub
parent 71f79a72fe
commit 754dc2f17b

View File

@@ -1540,8 +1540,6 @@ function ExchangeConfigModal({
// 币安配置指南展开状态
const [showBinanceGuide, setShowBinanceGuide] = useState(false);
// Hyperliquid 特定字段
const [hyperliquidWalletAddr, setHyperliquidWalletAddr] = useState('');
// Aster 特定字段
const [asterUser, setAsterUser] = useState('')