Skip to content
Snippets Groups Projects
Commit f62902c1 authored by 이권민's avatar 이권민
Browse files

[EDIT] 투표 가능시간 조건 수정

parent bfcde8fd
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ function MeetingInfoForm() { ...@@ -92,7 +92,7 @@ function MeetingInfoForm() {
} }
}; };
const isFormValid = meetingPurpose.trim() !== "" && startNum <= endNum; const isFormValid = meetingPurpose.trim() !== "" && startNum < endNum;
return ( return (
<form onSubmit={handleSubmit}> <form onSubmit={handleSubmit}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment