File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apps/remix-dapp/src/components/SettingsUI Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ export function NetworkUI() {
29
29
< option value = { 'metamask' } key = { 'metamask' } >
30
30
MetaMask
31
31
</ option >
32
- < option value = { 'walletconnect' } key = { 'walletconnect' } >
32
+ { /* <option value={'walletconnect'} key={'walletconnect'}>
33
33
WalletConnect
34
- </ option >
34
+ </option> */ }
35
35
</ select >
36
36
</ div >
37
37
< div className = "position-relative w-100" data-id = "settingsNetworkEnv" >
38
38
< span className = "badge badge-secondary" > { networkName } </ span >
39
39
</ div >
40
- { provider === 'walletconnect' && (
40
+ { /* { provider === 'walletconnect' && (
41
41
<div className="mt-2">
42
- { /* <w3m-button /> */ }
42
+ <w3m-button />
43
43
</div>
44
- ) }
44
+ )} */ }
45
45
</ div >
46
46
) ;
47
47
}
You can’t perform that action at this time.
0 commit comments