Minor fix

This commit is contained in:
Alex Tselegidis 2024-07-15 16:11:06 +02:00
parent bdc5782cf4
commit cc268f8d87
1 changed files with 0 additions and 4 deletions

View File

@ -656,10 +656,6 @@ App.Pages.Booking = (function () {
$displayBookingSelection.text(`${serviceOptionText}${providerOptionText}`);
}
$('.display-selected-service')
.text(serviceId ? serviceOptionText : lang('service_and_provider'))
.removeClass('invisible');
if (!$availableHours.find('.selected-hour').text()) {
return; // No time is selected, skip the rest of this function...
}