hide signup progress on first step
This commit is contained in:
parent
31cd1a61ad
commit
42f2a5ba21
@ -72,7 +72,9 @@
|
|||||||
<Card.Description
|
<Card.Description
|
||||||
>Let me guide you through the signup process.</Card.Description
|
>Let me guide you through the signup process.</Card.Description
|
||||||
>
|
>
|
||||||
<Progress value={currentStep.progress} />
|
{#if currentStep.name !== Steps.WELCOME.name}
|
||||||
|
<Progress value={currentStep.progress} />
|
||||||
|
{/if}
|
||||||
</Card.Header>
|
</Card.Header>
|
||||||
<Card.Content class="grid gap-4">
|
<Card.Content class="grid gap-4">
|
||||||
{#if currentStep.name == Steps.WELCOME.name}
|
{#if currentStep.name == Steps.WELCOME.name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user