File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 98
98
deviceWallets .length > 4 ? deviceWallets .slice (4 ) : undefined
99
99
}
100
100
101
+ modalData = {
102
+ heading ,
103
+ description ,
104
+ explanation ,
105
+ primaryWallets ,
106
+ secondaryWallets
107
+ }
108
+
101
109
if (appState .autoSelectWallet ) {
102
110
const module = deviceWallets .find (
103
111
(m : WalletModule ) => m .name === appState .autoSelectWallet
111
119
}
112
120
}
113
121
114
- modalData = {
115
- heading ,
116
- description ,
117
- explanation ,
118
- primaryWallets ,
119
- secondaryWallets
120
- }
121
-
122
122
app .update (store => ({ ... store , walletSelectDisplayedUI: true }))
123
123
}
124
124
163
163
selectedWallet: selectedWalletModule .name
164
164
})
165
165
166
+ app .update (store => ({ ... store , walletSelectDisplayedUI: true }))
167
+
166
168
return
167
169
}
168
170
You can’t perform that action at this time.
0 commit comments