Skip to content

Commit

Permalink
Fix close network modal
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Jan 23, 2024
1 parent 6377db6 commit c5cfbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalWrongNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const switchToDefaultNetwork = async () => {
</BaseLink>
</div>
<div v-else class="m-4">
<TuneButton class="w-full"> Close </TuneButton>
<TuneButton class="w-full" @click="$emit('close')"> Close </TuneButton>
</div>
</div>
</TuneModal>
Expand Down

0 comments on commit c5cfbc7

Please sign in to comment.