fix(@desktop/wallet): Swap: Fix crash on launching SwapModal
This commit is contained in:
parent
357ff553b7
commit
4f999e3709
|
@ -181,10 +181,6 @@ QObject {
|
|||
roleName: "chainId"
|
||||
value: root.swapFormData.selectedNetworkChainId
|
||||
enabled: root.swapFormData.selectedNetworkChainId !== -1
|
||||
},
|
||||
ValueFilter {
|
||||
roleName: "isTest"
|
||||
value: root.swapStore.areTestNetworksEnabled
|
||||
}/*,
|
||||
// TODO enable once AccountsModalHeader is reworked!!
|
||||
ValueFilter {
|
||||
|
|
Loading…
Reference in New Issue