feat: fixed refactor 🤡

This commit is contained in:
Barf-Vader
2025-06-17 01:04:18 +01:00
parent 03bca19527
commit fcd11be506

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.`);