Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jun 6, 2024
1 parent a9319a3 commit 5294dcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/wallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,10 @@
</Dialog>
</TransitionRoot>

<TransitionRoot as="template" :show="showUnshieldOverlay && !showScanOverlay">
<TransitionRoot
as="template"
:show="showUnshieldOverlay && !showScanOverlay"
>
<Dialog class="relative z-10" @close="closeUnshieldOverlay">
<TransitionChild
as="template"
Expand Down

0 comments on commit 5294dcc

Please sign in to comment.