Skip to content

Commit

Permalink
chore: revert test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Apr 29, 2024
1 parent 0960f87 commit 84960ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

<DrawerTemplate title={localize(`${localeKey}.title`)} {drawerRouter}>
<div class="w-full h-full flex flex-col space-y-6 overflow-hidden">
{#if false}
{#if $sessionProposal}
{@const requiredNamespaces = $sessionProposal.params.requiredNamespaces}
{@const optionalNamespaces = $sessionProposal.params.optionalNamespaces}

Expand Down Expand Up @@ -179,7 +179,7 @@
</div>
{:else}
<div class="w-full h-full flex items-center justify-center">
<Spinner size={'lg'} />
<Spinner size="lg" />
</div>
{/if}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<DrawerTemplate title={localize(`${localeKey}.title`)} {drawerRouter} onBack={rejectSession}>
<div class="w-full h-full flex flex-col justify-between">
{#if false}
{#if $sessionProposal}
{@const metadata = $sessionProposal.params.proposer.metadata}
<DappInfo {metadata} {verifiedState} />

Expand Down Expand Up @@ -150,7 +150,7 @@
{/if}
{:else}
<div class="w-full h-full flex items-center justify-center">
<Spinner size={'lg'} />
<Spinner size="lg" />
</div>
{/if}
</div>
Expand Down

0 comments on commit 84960ae

Please sign in to comment.