Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed May 28, 2024
1 parent 12a1d24 commit 5f2dd0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/SettingsTreasuriesBlockItemButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 5f2dd0a

Please sign in to comment.