Skip to content

Commit

Permalink
chore: Invalid 단어 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Oct 7, 2024
1 parent 8616bcf commit 3074682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/CreateMeetingFunnelPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FunnelTestPage() {
isMeetingNameInvalid,
hostNickNameInput,
hostPasswordInput,
isHostInfoInValid,
isHostInfoInvalid,
hasDate,
handleDateClick,
meetingTimeInput,
Expand All @@ -37,7 +37,7 @@ export default function FunnelTestPage() {
<MeetingHostInfo
hostNickNameInput={hostNickNameInput}
hostPasswordInput={hostPasswordInput}
isHostInfoInvalid={isHostInfoInValid}
isHostInfoInvalid={isHostInfoInvalid}
onNextStep={() => setStep(CREATE_MEETING_STEPS.meetingDateTime)}
/>
</Funnel.Step>
Expand Down

0 comments on commit 3074682

Please sign in to comment.