From af626d65d92d8c3d50a6067abd505fc257dc6386 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 19:31:46 +0700 Subject: fixes to multiple laundry notice --- frontend/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/start.js b/frontend/start.js index 4f03350..e87798a 100644 --- a/frontend/start.js +++ b/frontend/start.js @@ -8,7 +8,7 @@ if (Array.isArray(timers[1]) && timers[1].length > 0) { existingPanel.style.display = 'inherit'; - if (timers.length == 1) { + if (timers[1].length == 1) { existingText.innerText = "You currently have another ongoing laundry. You are creating a new timer."; } else { existingText.innerText = "You currently have other ongoing laundries. You are creating a new timer."; -- cgit v1.2.3