From d1ff1c2375b253ce57e2f0283c28f30aa864947d Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Sat, 20 Dec 2025 15:30:54 +0800 Subject: [PATCH] fix: exchange edit modal now shows account data correctly Fixed ExchangeConfigModal to receive allExchanges (user's configured accounts) instead of supportedExchanges (templates only), so editing an exchange now properly displays account name and other non-sensitive information. --- web/src/components/AITradersPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/AITradersPage.tsx b/web/src/components/AITradersPage.tsx index 1f55fb24..314a0fc6 100644 --- a/web/src/components/AITradersPage.tsx +++ b/web/src/components/AITradersPage.tsx @@ -1371,7 +1371,7 @@ export function AITradersPage({ onTraderSelect }: AITradersPageProps) { {/* Exchange Configuration Modal */} {showExchangeModal && (