mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: Register & subscription Page style
This commit is contained in:
@@ -24,7 +24,7 @@ function RegisterWizardSteps({
|
||||
{registerWizardSteps.map((step, index) => (
|
||||
<RegisterWizardStep
|
||||
label={step.label}
|
||||
isActive={(index + 1) <= currentStep}
|
||||
isActive={(index + 1) == currentStep}
|
||||
/>
|
||||
))}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user