Skip to content

Commit

Permalink
fix: code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed Sep 6, 2023
1 parent 5c3fee0 commit 409699b
Showing 1 changed file with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@

<div class="w-full h-full space-y-2 flex flex-auto flex-col shrink-0">
<Alert variant="warning" text={localize('popups.enableLedgerBlindSigning.info')} />
<div>
{#each STEPS as step}
<Text type={TextType.p} fontSize="15" color="gray-600" classes="my-2">
{#if step === 2}
{step}. {localize(`popups.enableLedgerBlindSigning.step_${step}`, { appName })}
{:else}
{step}. {localize(`popups.enableLedgerBlindSigning.step_${step}`)}
{/if}
</Text>
{/each}
</div>
{#each STEPS as step}
<Text type={TextType.p} fontSize="15" color="gray-600">
{step}. {localize(`popups.enableLedgerBlindSigning.step_${step}`, { appName })}
</Text>
{/each}
</div>

0 comments on commit 409699b

Please sign in to comment.