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