We're sorry but app doesn't work properly without JavaScript enabled. Please enable it to continue.
Made with Movement
document.querySelectorAll("button").forEach(btn => { if (btn.textContent.trim() === "Set a start date") { btn.style.display = "none"; } });