From fcd11be506172a3cb60d4cf9a9943f10735c1f5f Mon Sep 17 00:00:00 2001 From: Barf-Vader <47476490+Barf-Vader@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:04:18 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20fixed=20refactor=20=F0=9F=A4=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/space/[id]/edit/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/space/[id]/edit/+page.svelte b/src/routes/space/[id]/edit/+page.svelte index f6008d8..104cf38 100644 --- a/src/routes/space/[id]/edit/+page.svelte +++ b/src/routes/space/[id]/edit/+page.svelte @@ -69,6 +69,7 @@ if ( (allDays.closes_at === "" || allDays.opens_at === "") && allDays.open_today_status === null && + studySpaceData.opening_times.length > 0 && !hasAllDays ) { alert(`No opening time provided for all other days.`);