Closed bcho892 closed 4 months ago
Is your feature request related to a problem? Please describe.
Right now on the availability page it displays "open" for available dates (shown below)
You will have to edit client\src\components\composite\Admin\AdminAvailabilityView\AdminAvailabilityView.tsx
client\src\components\composite\Admin\AdminAvailabilityView\AdminAvailabilityView.tsx
Instead, we want it to actually show the availabilities:
It will just involve doing something similar to #288
You should also replace the manual timestamp conversions with the function timestampToDate in client\src\components\utils\Utils.tsx
timestampToDate
client\src\components\utils\Utils.tsx
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Right now on the availability page it displays "open" for available dates (shown below)
You will have to edit
client\src\components\composite\Admin\AdminAvailabilityView\AdminAvailabilityView.tsx
Instead, we want it to actually show the availabilities:
It will just involve doing something similar to #288
You should also replace the manual timestamp conversions with the function
timestampToDate
inclient\src\components\utils\Utils.tsx
BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)