From 5586d0f98a2817f8af8ec2612f6590772691e4dc Mon Sep 17 00:00:00 2001 From: Alex Jbanca Date: Mon, 15 Jul 2024 14:39:10 +0300 Subject: [PATCH] fix(Swap): Remove unnecessary default chain pre-selection --- ui/app/AppLayouts/Wallet/WalletLayout.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/app/AppLayouts/Wallet/WalletLayout.qml b/ui/app/AppLayouts/Wallet/WalletLayout.qml index 27d5a12cae..29d2962873 100644 --- a/ui/app/AppLayouts/Wallet/WalletLayout.qml +++ b/ui/app/AppLayouts/Wallet/WalletLayout.qml @@ -139,11 +139,6 @@ Item { property SwapInputParamsForm swapFormData: SwapInputParamsForm { selectedAccountAddress: RootStore.selectedAddress - selectedNetworkChainId: { - // Without this when we switch testnet mode, the correct network is not evaluated - RootStore.areTestNetworksEnabled - return StatusQUtils.ModelUtils.get(RootStore.filteredFlatModel, 0, "chainId") - } } function displayAllAddresses() {