diff --git a/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js b/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js index 9cc202103..b645b9966 100644 --- a/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js +++ b/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js @@ -2718,6 +2718,7 @@ HotelCalendar.prototype = { hasInvalidLink = !hasInvalidLink && r._html.classList.contains('hcal-reservation-invalid'); r._html.classList.remove('hcal-reservation-action'); r._html.classList.remove('hcal-reservation-invalid'); + r._html.style.visibility = ''; } }