Days of the week support on event page

This commit is contained in:
Ben Grant 2021-03-11 14:05:02 +11:00
parent 4c36f2a550
commit d5508e9f99
5 changed files with 43 additions and 22 deletions

View file

@ -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`);
}