Fix cases where itemId was also undefined during the previous logic
This commit is contained in:
@@ -616,7 +616,7 @@ import 'programStyles';
|
||||
itemId = item.ParentBackdropItemId;
|
||||
}
|
||||
|
||||
if (itemId === null) {
|
||||
if (!itemId) {
|
||||
itemId = item.Id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user