From 5f2dd0ab3589e16b48745757e796486f55d15438 Mon Sep 17 00:00:00 2001 From: Gerhard Steenkamp Date: Tue, 28 May 2024 13:07:24 +0200 Subject: [PATCH] fix merge error --- src/components/SettingsTreasuriesBlockItemButton.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/SettingsTreasuriesBlockItemButton.vue b/src/components/SettingsTreasuriesBlockItemButton.vue index a33cc902..c85badae 100644 --- a/src/components/SettingsTreasuriesBlockItemButton.vue +++ b/src/components/SettingsTreasuriesBlockItemButton.vue @@ -2,7 +2,6 @@ import { TreasuryWallet } from '@/helpers/interfaces'; import { Network } from '@/plugins/oSnap/types'; import { ConfigError, getIsOsnapEnabled } from '@/plugins/oSnap/utils/getters'; -import { ConfigError, getIsOsnapEnabled } from '@/plugins/oSnap/utils/getters'; const props = defineProps<{ treasury: TreasuryWallet; @@ -19,7 +18,6 @@ const emit = defineEmits<{ const isOsnapEnabled = ref(false); const isChainSupported = ref(true); -const isChainSupported = ref(true); async function updateIsOsnapEnabled() { if (!props.hasOsnapPlugin) return;