Skip to content

Commit

Permalink
fix: allow going next with no introduce
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Nov 25, 2024
1 parent 9b540e6 commit f99f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/form/my_profile/MyProfileStepMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const MyProfileStepMeta = {
</>
),
form: () => <IntroduceForm />,
canGoNext: (state) => Boolean(state.introduction),
canGoNext: () => true,
shortcutTitle: '자기 소개',
},
PROFILE_MORE_QUESTION: {
Expand Down

0 comments on commit f99f942

Please sign in to comment.