feat: fixed refactor 🤡 #63

Merged
al4423 merged 1 commits from refactor/favs into master 2025-06-17 00:09:29 +00:00
Showing only changes of commit fcd11be506 - Show all commits

View File

@@ -69,6 +69,7 @@
if ( if (
(allDays.closes_at === "" || allDays.opens_at === "") && (allDays.closes_at === "" || allDays.opens_at === "") &&
allDays.open_today_status === null && allDays.open_today_status === null &&
studySpaceData.opening_times.length > 0 &&
!hasAllDays !hasAllDays
) { ) {
alert(`No opening time provided for all other days.`); alert(`No opening time provided for all other days.`);