Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMandar committed Jun 22, 2024
1 parent c9635ec commit 53750de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/ui-kit/ButtonConnect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const handleDisconnect = () => {
const { chains, switchChain } = useSwitchChain({ config });
const chainId = getChainId(config)
console.log(chains, chainId);
const isWrongNetwork = computed(() => !chains.value.some((chainItem) => chainItem.id === chainId));
console.log(isWrongNetwork);
const isOpen = ref(false);
</script>

Expand Down

0 comments on commit 53750de

Please sign in to comment.