Skip to content

Commit

Permalink
fix: allow to go next in personal info form
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Nov 30, 2024
1 parent 96300a2 commit cf0d490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const PersonalInfoStepMap = {
[PersonalInfoStepEnum.ALL]: {
title: () => <>당신에 대해 알려주세요!</>,
description: () => '',
canGoNext: () => false,
canGoNext: () => true,
},
} as const;

Expand Down

0 comments on commit cf0d490

Please sign in to comment.