Skip to content

Commit

Permalink
fix: enable Wallet Connect (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto authored Feb 15, 2024
1 parent 225ab62 commit 6966500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/header/modals/SelectWallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<div class="wrapper--wallets">
<div v-for="(wallet, index) in evmWallets" :key="index">
<button
v-if="wallet.source !== SupportWallet.WalletConnect"
class="box__row--wallet box--hover--active"
:class="currentWallet === wallet.source && 'border--active'"
@click="setEvmWalletModal(wallet.source)"
Expand Down

0 comments on commit 6966500

Please sign in to comment.