Skip to content

Commit

Permalink
logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Apr 22, 2024
1 parent ac12784 commit a785802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SettingsTreasuriesBlockItemButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ onUnmounted(() => {
<div class="flex items-center gap-2 truncate pr-[20px] text-left">
<h4 class="truncate">{{ treasury.name }}</h4>
</div>
<div class="ml-auto mr-3">
<div v-if="hasOsnapPlugin" class="ml-auto mr-3">
<SettingsTreasuryActivateOsnapButton
v-if="hasOsnapPlugin && isChainSupported"
v-if="isChainSupported"
:is-osnap-enabled="isOsnapEnabled"
@click.stop="
!isViewOnly && emit('configureOsnap', treasuryIndex, isOsnapEnabled)
Expand Down

0 comments on commit a785802

Please sign in to comment.