UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Fix unavailable dates being selectable via inputs on bookings page #420

Closed bcho892 closed 4 months ago

bcho892 commented 4 months ago

Is your feature request related to a problem? Please describe.

The problem arises when there are bookings that are not inside the array disabledDates. Just need to check if there is a slot for the date.

BEFORE MERGING