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() {
2929 < option value = { 'metamask' } key = { 'metamask' } >
3030 MetaMask
3131 </ option >
32- < option value = { 'walletconnect' } key = { 'walletconnect' } >
32+ { /* <option value={'walletconnect'} key={'walletconnect'}>
3333 WalletConnect
34- </ option >
34+ </option> */ }
3535 </ select >
3636 </ div >
3737 < div className = "position-relative w-100" data-id = "settingsNetworkEnv" >
3838 < span className = "badge badge-secondary" > { networkName } </ span >
3939 </ div >
40- { provider === 'walletconnect' && (
40+ { /* { provider === 'walletconnect' && (
4141 <div className="mt-2">
42- { /* <w3m-button /> */ }
42+ <w3m-button />
4343 </div>
44- ) }
44+ )} */ }
4545 </ div >
4646 ) ;
4747}
You can’t perform that action at this time.
0 commit comments