feat(webapp): deprecate the subscription step in onboarding process

This commit is contained in:
a.bouhuolia
2023-03-04 23:08:02 +02:00
parent 57e3f68219
commit 0c1bf302e5
6 changed files with 4 additions and 23 deletions

View File

@@ -25,6 +25,7 @@ export default function WizardSetupSteps({ currentStep = 1 }) {
<WizardSetupStep
label={step.label}
isActive={index + 1 === currentStep}
key={index}
/>
))}
</ul>