mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Fallback value
This commit is contained in:
parent
d4be65e4a4
commit
80435bd522
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ App.Utils.CalendarTableView = (function () {
|
|||
* @param {Object[]} blockedPeriods Contains the blocked period data.
|
||||
*/
|
||||
function createBlockedPeriods($providerColumn, blockedPeriods) {
|
||||
if (blockedPeriods.length === 0) {
|
||||
if (blockedPeriods?.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue