Skip to content

Commit 13fd1b0

Browse files
committed
dependency fix
1 parent dbf062c commit 13fd1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CippWizard/CippWizard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export const CippWizard = (props) => {
3939
}, []);
4040

4141
const content = useMemo(() => {
42-
const StepComponent = stepsWithVisibility[activeStep].component;
4342
const currentStep = stepsWithVisibility[activeStep];
43+
const StepComponent = currentStep.component;
4444

4545
return (
4646
<StepComponent

0 commit comments

Comments
 (0)