Days of the week support on event page
This commit is contained in:
parent
4c36f2a550
commit
d5508e9f99
5 changed files with 43 additions and 22 deletions
|
|
@ -120,8 +120,6 @@ const Home = () => {
|
|||
return [...times, ...day];
|
||||
}, []);
|
||||
|
||||
return console.log(times);
|
||||
|
||||
if (times.length === 0) {
|
||||
return setError(`You don't have any time selected`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue