diff --git a/components/wizard.js b/components/wizard.js index e0d831b..7fef7b3 100644 --- a/components/wizard.js +++ b/components/wizard.js @@ -22,7 +22,26 @@ function WizardInternal() { const isLastStep = currentStep === STEPS.length - 1 return ( -
) }