fix web appointments #154

Merged
RecentRunner merged 4 commits from web-more-fixes-for-wednesday into main 2026-04-08 07:17:48 -06:00
Showing only changes of commit ffef9243dd - Show all commits

View File

@@ -392,7 +392,6 @@ function AppointmentsPage() {
function getMinDate() {
const d = new Date();
d.setDate(d.getDate() + 1);
return d.toISOString().split("T")[0];
}