remove(InterviewForm): removed unused x

This commit is contained in:
darkicewolf50 2025-04-12 12:38:02 -06:00 committed by GitHub
parent 9e164515ba
commit aedc1d9510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,6 @@ const InterviewForm = () => {
} else {
setGetTimeDates(getTimeDates + "i");
}
x;
} else {
formSubmitTimeErorrs(selectedTimeSlot, errorLine);
}